Introduction
Sometimes you want your cloud app to run code automatically when something happens, like a file upload or a web request. AWS Lambda lets you run small pieces of code without managing servers. Lambda integration means connecting Lambda to other AWS services so your code runs at the right time.
When you want to run code automatically after a user uploads a file to storage.
When you want to process data as soon as it arrives in a database.
When you want to respond to web requests without managing servers.
When you want to automate tasks triggered by changes in your cloud environment.
When you want to connect your code to events from other AWS services easily.