-
Updated
Sep 22, 2020 - Python
cloudformation
Here are 1,351 public repositories matching this topic...
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 1, 2020 - Java
-
Updated
Oct 1, 2020 - Go
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Mar 25, 2020 - JavaScript
Check to confirm CloudTrail is configured for multi-region.
CloudFormation - IsMultiRegionTrail: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.html
-
Updated
Sep 30, 2020 - Go
-
Updated
Sep 28, 2020 - Python
-
Updated
Aug 14, 2020 - CSS
stelligent / mu
While testing another PR, I found that mu pipeline logs
command displays information from the pipelines, but also shows this error:
$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR ResourceNotFoundException: The specified log group does not exist.
status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264
This error does not occur with the `-f
-
Updated
May 17, 2020 - JavaScript
-
Updated
Sep 12, 2018 - JavaScript
Seems like we can encrypt environment variables effectively for free by adding a KmsKeyArn
property to functions. See: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md
This would be an easy contribution for a first timer...
CloudTrail
-
Updated
Oct 1, 2020 - Ruby
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Aug 9, 2019
-
Updated
Sep 12, 2020 - Python
-
Updated
Jan 27, 2020
-
Updated
Sep 23, 2020 - Go
-
Updated
Nov 25, 2019 - Python
The current behavior of --interactive
is that any new stacks will get created, without any prompt. But this can be potentially dangerous (or at the very least, annoying) if you accidentally make a change, like changing the stack name, resulting in a whole new stack getting created.
Should stacker prompt you before creating a stack when using --interactive
mode?
-
Updated
Sep 20, 2020 - TypeScript
Add error handling during credentials onChange event so that the Scan Account feature does not activate if credentials are invalid
-
Updated
Jun 15, 2020 - Shell
-
Updated
Feb 4, 2020 - Shell
-
Updated
Oct 1, 2020
-
Updated
Sep 25, 2020 - Go
Improve this page
Add a description, image, and links to the cloudformation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloudformation topic, visit your repo's landing page and select "manage topics."
*cfn-lint version: 0.35.0
After validating a template that had a Sub function use like this:
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.