__________ is a technique in AWS Lambda where you pre-initialize resources outside the handler function to reuse across invocations.

  • Connection pooling
  • Global variables
  • Lazy loading
  • Warm start
Using global variables in AWS Lambda allows you to pre-initialize resources outside the handler function, making them reusable across invocations.
Add your answer
Loading...

Leave a comment

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