This is an example project shell of an AWS Architecture utilitsing the Serverless Framework with AWS Lambda written in TypeScript.
Install project dependencies using Yarn
yarn
To deploy this project to AWS, you will need to add the following environment variables to your environment.
AWS_ACCESS_KEY_ID
An AWS account access key. It is not recommended to use your AWS Root user.
AWS_SECRET_ACCESS_KEY
AWS secret access key
To deploy the project to AWS
yarn deploy
To run the environment locally
yarn dev