the contents of this repo deploys a simple greeting website to AWS cloudfront and S3 using AWS CloudFormation.
- An AWS Account
- An IAM user with permissions to the AWS account to deploy the cloudformation template and upload files to S3
- AWS Tools for Powershell
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'