Skip to content
#

aws-cloudformation

Here are 632 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.

ninavolkmuth
ninavolkmuth commented Aug 17, 2020

Contract tests should use temporary credentials from the role arn for all client calls if a role is specified for the contract tests. This should be done when listing the cloudformation exports as well as when getting the account id.

Line references:
https://github.com/aws-cloudformation/cloudformation-cli/blob/033606a83cbd49387272f3ec2c8515459c8724b0/src/rpdk/core/boto_helpers.py#L82
https:/

Brain-Power-Amazon-Fidgetology

Improve this page

Add a description, image, and links to the aws-cloudformation 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 aws-cloudformation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.