We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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')
TypeError: Cannot read properties of undefined (reading 'FunctionName')
This is the definition used
Comment: Validate StartAt: input validation QueryLanguage: JSONata States: input validation: Type: Task Resource: arn:aws:states:::lambda:invoke Output: '{% $states.result.Payload %}' Assign: command: '{% $merge([$states.input.params.path, $states.input.body]) %}' meta: '{% $states.input %}' Arguments: FunctionName: 'Fn::GetAtt': - ValidatorLambda - Arn Payload: rule: ${file(src/model-config/schemas/update.yml)} payload: '{% $merge([$states.input.params.path, $states.input.body]) %}' Retry: - ErrorEquals: - States.ALL IntervalSeconds: 1 MaxAttempts: 2 BackoffRate: 1 JitterStrategy: FULL End: true
Additional data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: