cloudformation-cli
cloudformation-cli copied to clipboard
The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Logs: ``` [2023-11-07T02:04:57Z] DEBUG - Logging set up successfully [2023-11-07T02:04:57Z] DEBUG - Running validate: Namespace(version=False, subparser_name='validate', command=, verbose=0) [2023-11-07T02:04:57Z] DEBUG - Root directory: C:\Users\jonan\apiv2\infra\modules\proxy [2023-11-07T02:04:57Z] DEBUG - Loading project file...
=== Unhandled exception === Please report this issue to the team. Issue tracker: github.com/aws-cloudformation/cloudformation-cli/issues Please include this information: Traceback (most recent call last): File "/usr/local/Cellar/cloudformation-cli/0.2.34_1/libexec/lib/python3.12/site-packages/rpdk/core/cli.py", line 85, in main init_setup_subparser(subparsers,...
I'm interested in understanding why there's a significant disparity in AWS Cloud Control API coverage across different AWS regions. Are there any upcoming initiatives to enhance this coverage by extending...
It looks like the generated hook invocation role includes `resources.cloudformation.amazonaws.com` which is unnecessary. As an example: ```yaml Resources: ExecutionRole: Type: AWS::IAM::Role Properties: MaxSessionDuration: 8400 AssumeRolePolicyDocument: Version: '2012-10-17' Statement: - Effect:...
Why `aws cloudcontrol list-resources --type-name "AWS::Route53Resolver::FirewallDomainList"` fails with errror '**The security token included in the request is invalid**' ? **Related error:**  But the `aws route53resolver list-firewall-domain-lists` calling is working...
*Issue #, if available:* Fixes: #998 *Description of changes:* - optionally create a request containing `stackId` during `cfn invoke` if it is included in the request JSON By submitting this...
*Issue #, if available:* *Description of changes:* - Update pre-commit packages and fix issues By submitting this pull request, I confirm that my contribution is made under the terms of...
[rpdk.txt](https://github.com/aws-cloudformation/cloudformation-cli/files/12398269/rpdk.txt) I'm facing this below error while running ``mvn package`` ``` [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository,...
Receiving below error while packaging and registering hook in my env mycompany-testing-mytesthook % cfn submit --set-default Starting Docker build. This may take several minutes if the image 'public.ecr.aws/sam/build-python3.7' needs to...
Documentation needs to updated to help east difficulty in resource type development. Reports of : - There have been many instances where a given resource will work locally but fail...