Scenario: You are migrating an existing application to AWS Lambda but require a runtime environment that is not natively supported. How would you approach this using custom runtimes?
- Deploy the application on EC2 instances
- Develop a custom runtime using the AWS Lambda Runtime API
- Modify the application to use a natively supported runtime
- Utilize AWS Fargate for containerized execution
Developing a custom runtime using the AWS Lambda Runtime API allows for supporting the required runtime environment in AWS Lambda.
Loading...
Related Quiz
- Scenario: You are tasked with setting up centralized log management for a distributed microservices architecture. Which AWS service would you recommend, and how would you implement it?
- Performance testing should be conducted under __________ conditions to simulate real-world scenarios.
- API Gateway provides __________ for AWS Lambda functions, allowing them to be exposed as HTTP endpoints.
- It's essential to establish clear __________ criteria before conducting performance testing.
- In what way does AWS X-Ray provide insights into distributed applications?