Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

wdhowe/aws-lambda-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)