- Make sure you have installed the AWS CLI and http://www.7-zip.org and added the corresponding executables to your computer's environment variable PATH.
- Configure your IAM user credentials for the AWS CLI .
- Run
npm run buildto transpile, compress, and upload code to AWS Lambda.
-
Install the
nodemonpackage globally using npm. -
Run
npm startto start a development server onlocalhost:8080. Each action inside./srcwill correspond with an endpoint on the server, for example thepodcastaction can be accessed atPOST /podcast. This is for testing only. -
Add your AWS credentials to environment variables or in
.aws/credentialsin order to test actions that access AWS data.