Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 562 Bytes

Serverless Website Demo

the contents of this repo deploys a simple greeting website to AWS cloudfront and S3 using AWS CloudFormation.

What you will need

  1. An AWS Account
  2. An IAM user with permissions to the AWS account to deploy the cloudformation template and upload files to S3
  3. AWS Tools for Powershell

Deploying

simply run:

.\Deploy.ps1

in the root of this repository. The default name of the CLoudFormation stack is hello-serverless-demo. To overwrite the name:

.\Deploy.ps1 -StackName 'my-stack'