This project exists to quickly set up an Server Side Rendering website using AWS lambda functions
- Clone the repo
git cl
- Install the serverless CLI
npm install -g serverless
- Install npm packages/dependencies
npm i
- Install serverless plugins
sls dynamodb install
- Run the app locally
npm run start-local
Available routes will be printed out in the terminal.
- .github: github actions for our CI/CD pipeline
- functions: ourlambda functions:
- templates: html templates that can be used to serve pages.
- package.json: You can find scripts to run the app here
- serverless.yaml: Serverless settings and route declarations