A sample project with CI/CD utilizing Serverless Framework and Github Actions. Take a look at the walkthrough on Medium
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate
# deploy the static site to AWS (note: requires serverless to be globally installed w/ aws credentials configured)
$ serverless deploy