Ecosyste.ms: Awesome
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: 21 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T21:59:22.000Z (about 5 years ago)
- Last Synced: 2024-04-14T13:08:17.977Z (7 months 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
```