-
Updated
Sep 30, 2020 - Python
aws-cloudformation
Here are 632 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 1, 2020 - Java
*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.
-
Updated
Aug 9, 2019
-
Updated
Sep 23, 2020 - Go
-
Updated
Sep 28, 2020 - Java
-
Updated
Sep 20, 2019
-
Updated
Oct 1, 2020
-
Updated
Jul 6, 2020 - Python
-
Updated
Mar 12, 2020 - Python
#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.
Here's things I currently know are missing (comment if you find more):
- KMS:
Encrypt,Decrypt,GenerateDataKey, ... - ECR:
BatchDeleteImage,BatchGetImage, ... -
*Deregister* -
*Modify* -
*Remove* - API Gateway: (
DELETE,
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Aug 17, 2020 - Shell
-
Updated
Aug 13, 2020
-
Updated
Feb 20, 2020
-
Updated
Sep 1, 2020 - Python
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:/
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Aug 13, 2020 - Python
-
Updated
May 8, 2018
-
Updated
Feb 21, 2020 - JavaScript
-
Updated
Sep 25, 2020 - TypeScript
-
Updated
Sep 29, 2020 - Java
-
Updated
Aug 25, 2020 - Go
-
Updated
Mar 4, 2019 - Go
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the aws-cloudformation topic page so that developers can more easily learn about it.
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."
Now that we have the automatic and the SSM resolvers for AMIs I think we can deprecate the static one.