Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 21 days 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
```