An open API service indexing awesome lists of open source software.

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.

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)