AWS Lambda, Serverless Framework, TypecScript & Jest Hello World Project
In the project directory, you can run:
Deletes the build folder.
Builds the app for production to the build folder.
Runs all unit tests located in the src folder.
Runs all end to end tests located in the test folder.
Note that setting an environment variable named SERVICE_URL with the service url to test against is required in order to run the end to end tests.
Deploys the service to AWS.
To deploy to a different stage than the default dev stage run: npm run deploy -- --stage <your stage name>
Starts a the service on http://localhost:3000 using the serverless offline plugin