Business Studies, asked by geetgrover8663, 7 months ago

Which AWS service is a compute service that allows you to upload your code and tun your code in response to events, such as changes to data in an amazon S3 bucket or an amazon dynamoDB table?

Answers

Answered by atharv281
1

Answer:

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.

Similar questions