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
cfn-lint version: (cfn-lint --version) 0.35.1
cfn-lint --version
Description of issue. I have an AWS::Serverless::StateMachine resource with a state like this:
AWS::Serverless::StateMachine
MarkRunCompleted: Type: Task Resource: !GetAtt UpdateRunStatus.Arn Parameters: run_id.$: $.run.id status: RUN_COMPLETED ResultPath: null # Don't pass output Next: NextStep
When I run poetry run cfn-lint template.yaml, it fails with
poetry run cfn-lint template.yaml
E0000 Null value at line 594 column 25 template.yaml:594:25
I am confused because in the CloudFormation docs, it says that ResultPath can be set to null to pass the original input as the output.
ResultPath
Is this a bug?
Even if I do poetry run cfn-lint template.yaml -i E0000, it still fails with the same error.
poetry run cfn-lint template.yaml -i E0000
The text was updated successfully, but these errors were encountered:
This part is being tracked here
Sorry, something went wrong.
Duplicate to #1657
No branches or pull requests
cfn-lint version: (
cfn-lint --version
)0.35.1
Description of issue.
I have an
AWS::Serverless::StateMachine
resource with a state like this:When I run
poetry run cfn-lint template.yaml
, it fails withI am confused because in the CloudFormation docs, it says that
ResultPath
can be set to null to pass the original input as the output.Is this a bug?
Even if I do
poetry run cfn-lint template.yaml -i E0000
, it still fails with the same error.The text was updated successfully, but these errors were encountered: