Skip to content
#

linter

Here are 195 public repositories matching this topic...

cfn-python-lint
brunomoutinho
brunomoutinho commented Aug 27, 2020

*cfn-lint version: 0.35.0

After validating a template that had a Sub function use like this:

field: !Sub
- "my string with ${parameter}
- parameter: 10

I received the following error message:
E1019 Sub parameter should be an object of 1 or string for *trimmed path*Fn::Sub
This message did not help me understand that the object cannot have an integer value, but only a string.

Improve this page

Add a description, image, and links to the linter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.