Which of the following programming languages is NOT supported as a runtime for AWS Lambda?
- COBOL
- Java
- Python
- Ruby
COBOL is not supported as a runtime for AWS Lambda. AWS Lambda primarily supports modern programming languages like Python, Node.js, Java, and others.
Loading...
Related Quiz
- Scenario: Your application's performance is degrading, and you suspect it's due to excessive logging. How would you use CloudWatch Logs to identify and mitigate this issue?
- What is AWS SAM?
- Scenario: You are managing a large AWS environment with multiple teams. How would you implement IAM best practices to ensure secure access management across the organization?
- Scenario: You're developing a serverless application that requires frequent access to a third-party API. How would you implement resource reuse to optimize performance and reduce costs?
- AWS Step Functions allow you to define __________ that specify the order and conditions for executing tasks.