InterviewSolution
Saved Bookmarks
| 1. |
What is lambda and why AWS lambda is used? |
|
Answer» AWS Lambda is an advance compute service that lets users run code without managing or provisioning servers. Users can also build here SERVERLESS applications which are COMPOSED of functions and triggered by events and automatically DEPLOYED using AWS CodeBuild and CodePipeline. The AWS Lambda is used to:
|
|