/aws-sam-typescript-boilerplate

This is a template project for AWS SAM with TypeScript setup

Primary LanguageJavaScript

Enable development mode with hot reloading

NODE_ENV=development npm run watch

Start the API server locally

sam local start-api