Scenario: Your team is developing a new programming language optimized for specific computational tasks. How would you integrate this language as a custom runtime in AWS Lambda?
- Create a Lambda layer with the language runtime
- Deploy the language runtime as a standalone service
- Embed the language runtime directly into the function code
- Use an existing natively supported runtime and adapt it
Creating a Lambda layer with the language runtime allows for reusability across multiple functions and simplifies maintenance.
Loading...
Related Quiz
- What role does IAM play in Cross-Account Access?
- What are some recommended practices for logging in AWS Lambda?
- What type of data do CloudWatch Metrics collect?
- Scenario: You are building a microservices architecture where multiple AWS Lambda functions handle different API endpoints. How would you design API Gateway to efficiently route incoming requests to the corresponding Lambda functions?
- When configuring VPC integration for AWS Lambda, you must specify one or more __________ for the function.