Can AWS Lambda functions be triggered by events from AWS Step Functions?
- AWS Step Functions can only invoke AWS Lambda functions synchronously
- AWS Step Functions can only trigger AWS Lambda functions via HTTP requests
- No, AWS Lambda functions cannot be triggered by events from AWS Step Functions
- Yes, AWS Step Functions can trigger Lambda functions
AWS Step Functions can indeed trigger Lambda functions, allowing you to orchestrate workflows that involve multiple Lambda functions.
Loading...
Related Quiz
- AWS provides mechanisms such as ________ to help monitor and control access in Cross-Account scenarios.
- How are CloudWatch Metrics different from CloudWatch Logs?
- How does AWS X-Ray help in understanding application performance?
- During testing, you can use AWS Lambda __________ to simulate events such as S3 uploads or API Gateway requests.
- Dependency management tools such as __________ can be used to automate the installation of required libraries for AWS Lambda functions.