-
Updated
Aug 21, 2020 - Python
cloudformation
Here are 1,308 public repositories matching this topic...
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 19, 2020 - Java
-
Updated
Aug 13, 2020 - Go
-
Updated
May 24, 2019 - JavaScript
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Aug 20, 2020 - Go
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
Aug 16, 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-7c6a9c22d264This 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
Aug 13, 2020 - TypeScript
-
Updated
Aug 20, 2020 - Ruby
-
Updated
Aug 11, 2020 - Python
-
Updated
Aug 9, 2019
-
Updated
Jan 27, 2020
-
Updated
Aug 22, 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
Aug 22, 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
Aug 21, 2020
-
Updated
Aug 14, 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: (
cfn-lint --version)cfn-lint 0.32.1
Description of issue.
cfn-lint currently does not appear to validate that the contents of the AllowedPattern property of a template parameter contains a valid regular expression when present, it would be useful if cfn-lint could check this.
For example a template containing: