0

If I have a Step Function with the following architecture

Input -> Lambda 1 -> DynamoDB Get -> Lambda 2 -> End

then what would be the input of Lambda 2? Is it possible for Lambda 2 to receive as input both the output of Lambda 1 and the get of the DynamoDB state?

1 Answer 1

1

Different steps can store their results in different nodes of ResultPath, so step 1 can put its result into $.foo, step 2 under $.bar and step 3 will see get {"foo": {...}, "bar": {...}} as an input

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.