https://github.com/starvader/python-aws-lambda
Demonstrating lambda functions with Python, with step functions
https://github.com/starvader/python-aws-lambda
Last synced: 10 months ago
JSON representation
Demonstrating lambda functions with Python, with step functions
- Host: GitHub
- URL: https://github.com/starvader/python-aws-lambda
- Owner: starVader
- Created: 2020-12-12T13:19:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-12T14:38:56.000Z (about 5 years ago)
- Last Synced: 2025-01-07T06:20:20.256Z (12 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple AWS lambda demo Python, With step function workflow.
* Install aws-sdk,aws-sam cli
* Configure aws Credentials
* sam build
* sm deploy --guided
# Testing
* Visit Lambda console, search for your function, to test the lambda function create a test event
* Lambda test Run logs will be in cloudwatch logs
* Goto AWS Cloudformation console, You can find the resources created by sam.