AWS: Pass Lambda and Step Function Context to Catch Result – Amazon Web Sevices
Working in Node.js with AWS lambdas, I know: Lambda Context is passed to the handler as a second parameter Step Function Context can be obtained at various points in the data flow, the most useful being the Parameters step, where…