cloudformation-cli icon indicating copy to clipboard operation
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.

Results 183 cloudformation-cli issues
Sort by recently updated
recently updated
newest added

I noticed that with #861 there were some test changes included for using `cfn test` with hooks. See especially https://github.com/aws-cloudformation/cloudformation-cli/pull/861/files#diff-5a3cc3352be9423f5244d82f1ea97434ab5e7621366e2a589b0165b661c082aeR242 When trying to test on a hooks project generated by...

question

*Description of changes:* - Added python3.9 as an available lambda platform By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0...

Issue tracker: github.com/aws-cloudformation/cloudformation-cli/issues Please include this information: Traceback (most recent call last): File "/home/mathpalk/.local/lib/python3.7/site-packages/rpdk/core/cli.py", line 83, in main init_setup_subparser(subparsers, parents) File "/home/mathpalk/.local/lib/python3.7/site-packages/rpdk/core/init.py", line 171, in setup_subparser language_setup_subparser()(language_subparsers, [base_subparser]) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",...

Policy was enforced in https://github.com/aws-cloudformation/cloudformation-cli/pull/389, but another bucket was added later in https://github.com/aws-cloudformation/cloudformation-cli/pull/396. Enforcing SecureTransport for that bucket as well --- By submitting this pull request, I confirm that my...

https://github.com/aws-cloudformation/cloudformation-cli/pull/634 https://github.com/aws-cloudformation/cloudformation-cli/pull/644 left module-specific validation like restrictions on [exports](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html), [macros/transforms](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html), and [nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html)

Apologizes if this is created in the wrong repository. Problem --- When we use cloudformation to create a resource we notice 2 errors. The first error is a resource is...

When `oneof` is used the resource schema, the Cli crashes. Here is an example of a resource schema that uses `oneof`: ``` { "typeName": "brian::foo::me", "description": "An example resource schema...

C:\Users\Anshika\Documents\cfnregistry>cfn generate Resource schema is valid. Generated files for AWS::WorkSpaces::Workspace Post this command when I run $ cfn submit i receive the following error- ``` C:\Users\Anshika\Documents\cfnregistry>cfn submit Resource schema is...

We are currently working on an CFN resource which has long running contract tests (~4hrs in total). And we found when we run contract tests through `cfn submit`, the contract...

bug
good first issue
contract tests

Hey, We are implementing [RDS DBInstance resource](https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-rds/tree/master/aws-rds-dbinstance). As per [DBInstance docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html), The default behavior on deletion is snapshot. We check this attribute in handler request [here](https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-rds/blob/master/aws-rds-dbinstance/src/main/java/software/amazon/rds/dbinstance/DeleteHandler.java#L46). In contract test inputs,...