AWS Lambda function | Copy files from one S3 bucket to another S3 bucket as soon as uploaded

Описание к видео AWS Lambda function | Copy files from one S3 bucket to another S3 bucket as soon as uploaded

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_...

S3 Tutorial:    • AWS S3 host static website  
AWS Complete tutorial -    • AWS Cloud EC2 introduction  

Комментарии

Информация по комментариям в разработке