In AWS Lambda, __________ can be used to precompile dependencies to improve cold start performance and reduce execution time.
- Containerization
- Layers
- Snapshots
- Triggers
In AWS Lambda, layers can be used to precompile dependencies to improve cold start performance and reduce execution time.
Loading...
Related Quiz
- How are CloudWatch Metrics different from CloudWatch Logs?
- What are runtimes in the context of AWS Lambda?
- What are CloudWatch Log Groups and Log Streams?
- Scenario: Your team is considering migrating existing applications to AWS Lambda. How would you evaluate the compatibility of the current runtimes with AWS Lambda?
- AWS Lambda allows for __________, such as database connections or SDK clients, to be reused across multiple invocations of a function.