-
Updated
Aug 12, 2021 - Python
cloudformation
Here are 1,613 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 13, 2021 - Java
-
Updated
Aug 13, 2021 - Go
-
Updated
Sep 30, 2020 - JavaScript
*cfn-lint version: 0.52.0
Several services like Lambda, SNS, SQS,.. are not being validated with the maximum length limit for names.
I am using CDK to generate cloudformation and we are sporadically having issues when deploying names that have too much characters.
I would be able to implement this feature.
I have created several rules that implement above. Just need to make sure I follow
-
Updated
Mar 25, 2020 - JavaScript
-
Updated
Aug 12, 2021 - TypeScript
-
Updated
Aug 15, 2021 - Python
-
Updated
Jan 24, 2021 - CSS
-
Updated
Sep 30, 2020 - Go
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
Add error handling during credentials onChange event so that the Scan Account feature does not activate if credentials are invalid
-
Updated
Jul 13, 2021 - Python
-
Updated
Aug 5, 2021
Describe the bug
CodeUri in Function has invalid directory name
To Reproduce
- Create a powershell package using the new-awsPowerShellLambdaPackage:
New-AWSPowerShellLambdaPackage -ScriptPath checkdomainavailable.ps1 -OutputPackage checkdomainavailable.zip
- Add the function in template.yaml
CheckDomainAvailableFunction:
Type: AWS::Serverless::Function
Pr
-
Updated
Aug 3, 2021 - TypeScript
Describe the bug
When using parse-tree command, error information in printed twice with slightly different text.
To Reproduce
Please supply:
var status = ['ACTIVE']
NOTE: Please be sure that the templates, rules and logs you provide as part of your bug report do not contain any sensitive information.
Expected behavior
There should be one error log instead of dupli
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
Sep 12, 2018 - JavaScript
-
Updated
Aug 13, 2021 - Go
-
Updated
Apr 19, 2021 - Python
-
Updated
Jan 27, 2020
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
Mar 5, 2020 - Python
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 13, 2021
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."
Describe the bug
Python is evaluating the following input as true and therefore breaking on the next line. If I change the name of variable "omsagentAddonFinal" to say "dfasdfasdf", the test will run fine.