AWS Lambda function | Delete files from S3 as soon as uploaded

Опубликовано: 28 Июнь 2020
на канале: Technology Hub
7,655
53

Lambda Functions:
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you.

You can use AWS Lambda to extend other AWS services with custom logic, or create your own back-end 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, table updates in Amazon DynamoDB, and state transitions in AWS Step Functions.

S3:
Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Services that provides object storage through a web service interface.

Source Code in GitHub - https://github.com/prabhakar2020/aws_...

AWS Complete tutorial -    • AWS Cloud EC2 introduction