GithubHelp home page GithubHelp logo

renovate-bot / thatsk-_-aws_lambda_function Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thatsk/aws_lambda_function

0.0 0.0 0.0 266 KB

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

Python 100.00%

thatsk-_-aws_lambda_function's Introduction

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 -

thatsk-_-aws_lambda_function's People

Contributors

prabhakar2020 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.