Skip to content

Deploys a simple greeting front-end website to AWS using S3 and CloudFront, via CloudFormation

License

Notifications You must be signed in to change notification settings

bminahan73/serverless-website-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Deploys a simple greeting front-end website to AWS using S3 and CloudFront, via CloudFormation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published