Skip to content

albertschwarzkopf/serverless-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For deploying static websites with the serverless framework do the following:

  1. If not installed, then install serverless framework:
  2. npm install -g serverless
  3. Create the service. The Github-repo has to be public!:
  4. serverless create -u https://github.com/albertschwarzkopf/serverless-static-website -n serverless-static-website-template
  5. Go in the new directory
  6. Install the S3 sync plugin:
  7. serverless plugin install -n serverless-s3-sync
  8. Put your static files and folders into the static directory
  9. Deploy your Stack: serverless deploy -v -r eu-central-1

About

Repo for serverless static websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published