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
- Host: GitHub
- URL: https://github.com/stefh/serverless-aws-lambda-typescript-examples
- Owner: StefH
- License: mit
- Created: 2016-09-01T13:45:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T21:59:22.000Z (over 6 years ago)
- Last Synced: 2024-04-14T13:08:17.977Z (about 2 years ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 49
- Watchers: 4
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```