You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 same issue !
Converted a big step function to JSONata in the AWS console... lost 2 days of work to realise that it's not supported :'(
I will try to make a PR ...
Does not support JSONata
Description
In this line of code it expects a state.Parameters but when you use JSONata everything changes from Parameters to Arguments.
serverless-step-functions/lib/deploy/stepFunctions/compileIamRole.js
Line 329 in 313355a
You get the following exception when performing an sls deploy:
TypeError: Cannot read properties of undefined (reading 'FunctionName')
This is the definition used
Additional data
The text was updated successfully, but these errors were encountered: