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?