An open API service indexing awesome lists of open source software.

https://github.com/stefh/serverless-aws-lambda-typescript-examples

Examples for AWS Lambda functions created with the Serverless framework
https://github.com/stefh/serverless-aws-lambda-typescript-examples

Last synced: about 1 year ago
JSON representation

Examples for AWS Lambda functions created with the Serverless framework

Awesome Lists containing this project

README

          

# serverless-aws-lambda-typescript-examples
Examples for AWS Lambda functions created with the Serverless framework in TypeScript and WebPack.

Install node.js packages and install typings :
```bash
npm i
```