https://github.com/wdhowe/aws-lambda-python
AWS Lambda Python function examples.
https://github.com/wdhowe/aws-lambda-python
aws aws-lambda aws-lambda-python cloudwatch-events python python3
Last synced: 5 months ago
JSON representation
AWS Lambda Python function examples.
- Host: GitHub
- URL: https://github.com/wdhowe/aws-lambda-python
- Owner: wdhowe
- License: gpl-3.0
- Archived: true
- Created: 2020-03-16T03:57:01.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T02:10:38.000Z (over 3 years ago)
- Last Synced: 2025-03-26T05:27:35.584Z (9 months ago)
- Topics: aws, aws-lambda, aws-lambda-python, cloudwatch-events, python, python3
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-lambda-python
Amazon Web Services Lambda Python function examples.
----
## Directories
- convertImage -> Lambda function that converts objects uploaded to a s3 bucket from a .gif to a .png.
- startEc2Instances -> Lambda function that starts ec2 instances with a certain tag key:value. (trigger via cloudwatch events on a schedule)
- stopEc2Instances -> Lambda function that stops ec2 instances with a certain tag key:value. (trigger via cloudwatch events on a schedule)