Move the logic for Step Function context injection into
Lambda
nested Step Function
into two new functions.
Motivation
I will make the context injection logic more complicated and make the code longer, so let's split the function updateDefinitionString() for code readability.
What does this PR do?
Move the logic for Step Function context injection into
into two new functions.
Motivation
I will make the context injection logic more complicated and make the code longer, so let's split the function
updateDefinitionString()
for code readability.Testing Guidelines
npm test
Additional Notes
Types of changes
Check all that apply