Custom runtimes allow developers to use __________ languages or language versions in AWS Lambda.
- AWS-approved
- Any
- Only compiled
- Only interpreted
Custom runtimes allow developers to use any languages or language versions in AWS Lambda, providing flexibility beyond the supported runtimes.
Loading...
Related Quiz
- Custom event sources enable AWS Lambda functions to respond to __________.
- AWS SAM is an open-source framework that extends __________ for serverless application development.
- What are some considerations for optimizing memory allocation in AWS Lambda?
- Scenario: You are tasked with optimizing the deployment process for a large-scale serverless application. How would you leverage features specific to AWS SAM and the Serverless Framework to achieve this goal?
- AWS Lambda functions triggered by SNS messages can process the message payload and perform various __________ tasks.