Skip to content

AWS lambda function for S3 delete and copy data from source S3 to another target S3

Notifications You must be signed in to change notification settings

renovate-bot/thatsk-_-aws_lambda_function

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda Function

  • The code we run on AWS Lambda is called a Lambda function. After we create Lambda function it is always ready to run as soon as it is triggered, similar to a formula in a spreadsheet.
  • Each lambda function includes our code as well as some associated configuration information, including the function names and resource requirements.
  • AWS Lambda is a serverless compute service that runs our code when events are triggered and automatically manages the underlying compute resources for you.
  • We can use AWS Lambda functions to extend other AWS services with custom logic, or create our own backend services that operate at AWS scale, performance, and security.
  • AWS Lambda can automatically run code in response to multiple events, such as HTTP requests via Amazon API Gateway, modifications to objects in Amazon S3 buckets, EC2 updates, triggering the deployments and etc.

In this example, we are going talk about -

  1. S3 delete data as soon as data uploaded on S3 bucket
  2. Copy source S3 data to target S3 bucket as soon as data uploaded on Source S3 bucket

For more details about code examplanation, debugging and testing. Please checkout my youtube video -

About

AWS lambda function for S3 delete and copy data from source S3 to another target S3

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%