chanduch77 / AWSLambda

Working lambda scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme to be added

What it does

This is a repository of various Lambdas that I have written over the years. They do various tasks such as CRUD operation in Dynamo, fetch image from S3, post event to Amazon EventBridge, check EC2 tags etc. Please let me know if you have aquestion on a specific program.

Things I learned

  • AWS Lambda
  • Python coding
  • AWS API SDK (Boto3)
  • Event driven patterns
  • DynamoDB

How to run?

  • Create a Lambda function from AWS console with Python as the language
  • Create appropriate IAM role
  • Once Lambda is created, paste the code from the python programs into your Lambda code
  • Save and run the Lambda function!

About

Working lambda scripts


Languages

Language:Python 72.2%Language:JavaScript 27.8%