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

People might otherwise read this as a check on the string value By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...

``` Collecting aws-sam-translator>=1.45.0 (from cfn-lint>=0.43.0->cloudformation-cli) Could not find a version that satisfies the requirement aws-sam-translator>=1.45.0 (from cfn-lint>=0.43.0->cloudformation-cli) (from versions: 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0, 1.6.1, 1.7.0, 1.8.0, 1.9.0, 1.9.1, 1.10.0,...

To reproduce, use the following template: ```yaml AWSTemplateFormatVersion: "2010-09-09" Parameters: VPC: Type: AWS::EC2::VPC::Id Subnet: Type: AWS::EC2::Subnet::Id Resources: Role: Type: AWS::IAM::Role Properties: Description: Role which IoT will assume to send data...

If tests are stuck on https://github.com/peter-evans/create-pull-request/issues/48: ["Manually close pull requests and immediately reopen them. This will enable `on: pull_request` workflows to run and be added as checks."](https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs)

Specifying a pattern using a word character (e.g. `^[\w\-.~]+$`) causes invalid generated test inputs such as `ŏŏşNÇţā3MKÁŔßïõŜàĆXń²ńÖÞ`. Replacing the above RegEx with `^[A-Za-z0-9_\-.~]+$` fixes this issue, so I assume that...

OS: Windows 10 Pro 64-bit I am attempting to use `cfn test` after developing a resource type, and I am receiving a permission error related to a generated pytest ini...

Not to long ago we were working on manually remediating our drift on older cfn stacks. Ones that we felt could have been manipulated via the console. It was very...

Currently setup.py ends with python 3.8. As python evolves this library should also "support" the installation and use within python 3.9/3.10.

[rpdk.log](https://github.com/aws-cloudformation/cloudformation-cli/files/8385001/rpdk.log) is attached. I'm registering a custom resource type in multiple AWS accounts using the [typescript plugin](https://github.com/aws-cloudformation/cloudformation-cli-typescript-plugin). I've had success in most accounts and am already using the custom resource...

OS: Windows 10 Pro 64-bit I am trying to `cfn submit` to register a resource type that I've developed, but I am receiving some errors. This is the output of...