
Explanation:
Correct Answers:
Why these are correct:
AWS Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. It's a fundamental building block for serverless architectures.
AWS Step Functions is a serverless orchestration service that lets you coordinate multiple AWS services into serverless workflows. It provides visual workflows to coordinate Lambda functions and other AWS services.
Why the other options are incorrect:
Key Concept: Serverless workflows typically combine AWS Lambda for compute functions and AWS Step Functions for orchestrating those functions into complex workflows. Step Functions can coordinate Lambda functions, manage error handling, retries, and parallel execution, making it ideal for building serverless applications.
Ultimate access to all questions.
No comments yet.