When using AWS Step Functions, what defines the workflow and transitions between states?
- IAM roles
- Lambda functions
- S3 buckets
- State machine
In AWS Step Functions, the workflow and transitions between states are defined by a state machine, which is a JSON-based definition that specifies the sequence of steps and conditions for transitioning between them.
Loading...
Related Quiz
- Can Lambda@Edge functions access resources in a VPC?
- VPC integration with AWS Lambda allows functions to access resources within the __________.
- Scenario: Your company's application experiences intermittent latency spikes. Explain how you would use CloudWatch Metrics to diagnose and address this issue.
- AWS SAM templates and Serverless Framework configurations are typically written in __________ format.
- To consume DynamoDB Streams in real-time, you can use services like __________ or AWS Lambda.