Bird
0
0

Which AWS Step Functions state type is used to run a Lambda function?

easy📝 Conceptual Q2 of 15
AWS - Serverless Architecture
Which AWS Step Functions state type is used to run a Lambda function?
AWait
BChoice
CPass
DTask
Step-by-Step Solution
Solution:
  1. Step 1: Identify state types in Step Functions

    Task states are used to perform work, such as invoking Lambda functions.
  2. Step 2: Differentiate other state types

    Choice states make decisions, Pass states pass data without work, and Wait states delay execution.
  3. Final Answer:

    Task -> Option D
  4. Quick Check:

    Lambda invocation state = Task [OK]
Quick Trick: Use Task state to run Lambda functions [OK]
Common Mistakes:
  • Choosing Choice state for running functions
  • Confusing Pass or Wait states with execution

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes