AWS Lambda allows for __________, such as database connections or SDK clients, to be reused across multiple invocations of a function.

  • Cold starts
  • Environment variables
  • Event triggers
  • Execution contexts
Execution contexts in AWS Lambda can be reused across multiple invocations, allowing for efficient reuse of resources such as database connections or SDK clients.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *