Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbstjn/faas-sam-lambda-typescript
AWS Serverless Application Model w/ TypeScript
https://github.com/sbstjn/faas-sam-lambda-typescript
amazon aws cloudformation faasclub lambda serverless typescript
Last synced: 1 day ago
JSON representation
AWS Serverless Application Model w/ TypeScript
- Host: GitHub
- URL: https://github.com/sbstjn/faas-sam-lambda-typescript
- Owner: sbstjn
- License: mit
- Created: 2019-02-08T12:45:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T19:35:30.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T20:45:05.345Z (about 2 months ago)
- Topics: amazon, aws, cloudformation, faasclub, lambda, serverless, typescript
- Language: TypeScript
- Size: 63.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AWS Serverless Application Model w/ TypeScript
[![MIT License](https://badgen.now.sh/badge/License/MIT/blue)](https://github.com/sbstjn/faas-sam-lambda-typescri[t/blob/master/LICENSE.md)
[![FaaS.club](https://badgen.now.sh/badge/FaaS/CLUB/00C387)](https://faas.club)
[![FaaS Makefile](https://badgen.now.sh/badge/FaaS/Makefile/purple)](https://github.com/sbstjn/faas-makefile)> Example AWS Lambda Function w/ TypeScript
# Usage
## Dependencies
```bash
# Install TypeScript dependencies
$ > yarn
```## Deploy
```bash
# Deploy AWS Lambda function
$ > make configure build package deploy
```## Test
```bash
# Run pytest
$ > make test
```