AWS Lambda supports runtimes such as __________, __________, and __________.
- C++, Ruby, PHP
- Go, Rust, Swift
- PowerShell, TypeScript, Perl
- Python, Node.js, Java
AWS Lambda supports various runtimes including Python, Node.js, and Java, allowing developers to write functions in their preferred programming language.
Loading...
Related Quiz
- What is the significance of integrating custom event sources with AWS Lambda?
- Can AWS Lambda functions be triggered by events from AWS Step Functions?
- When setting up CloudWatch Metrics, it's essential to consider the __________ of the data being collected.
- Scenario: You are optimizing a memory-intensive AWS Lambda function for a high-throughput application. What approach would you take to determine the optimal memory allocation?
- AWS Lambda automatically records function __________ to help identify and troubleshoot issues.