Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbstjn/faas-sam-lambda-python
AWS Serverless Application Model w/ Python
https://github.com/sbstjn/faas-sam-lambda-python
amazon aws cloudformation faasclub lambda python serverless
Last synced: 27 days ago
JSON representation
AWS Serverless Application Model w/ Python
- Host: GitHub
- URL: https://github.com/sbstjn/faas-sam-lambda-python
- Owner: sbstjn
- License: mit
- Created: 2019-02-07T12:10:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T19:35:45.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T20:45:05.313Z (3 months ago)
- Topics: amazon, aws, cloudformation, faasclub, lambda, python, serverless
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- 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/ Python
[![MIT License](https://badgen.now.sh/badge/License/MIT/blue)](https://github.com/sbstjn/faas-sam-lambda-python/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/ Python
# Usage
## Deploy
```bash
# Deploy AWS Lambda function
$ > make configure package deploy
```## Test
```bash
# Run pytest
$ > make test
```