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

While trying to update a CreateOnlyProperty on the update contract, the expectation is to get the following error: AssertionError: Any createOnlyProperties specified in update handler input MUST NOT be different...

Hi there, We found there is one inconsistency between the official aws doc and the actual api response for AWS::ApiGateway::RestApi. Per the doc, the type of policy is a json...

Fixes #1088 ## Fix invalid escape sequence warnings Resolves Python 3.12 syntax warnings by making regex patterns raw strings. The warnings occurred for invalid escape sequences `\s` in regex patterns...

*Issue #, if available:* N/A *Description of changes:* While generating canary test files from contract input files, we are getting following error if input structure has a list of dicts:...

It would be fantastic to be able to develop CloudFormation extensions with dotnet. I'm studying the code of the other plugins (go, java, typescript) since there doesn't seem to be...

*Issue #, if available:* Issue #801 *Description of changes:* Allows a flag or env variable to be set that will cause the stack that is deployed (`CloudFormationManagedUploadInfrastructure`) to not deploy...

I am creating the OpenSearch endpoint via Cloudformation, but need a specific flag set for it to work `"UseNewMappingType": true`. I can see that this option is available in AWS...

## Description When using a CF module, if you use an intrincic function expression to assign the value of module parameter, and the template source of the module uses the...

Hello team, When looking to view more details into a [pre-deployment validation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/validate-stack-deployments.html#validate-stack-deployments-cli), the following command syntax works: `aws cloudformation describe-events --change-set-name ` However when providing the change set name, the...

Hello Team, When we run the below command, we are not able to see the MetadataOptions property configured for the instance: `aws cloudcontrol get-resource --type-name AWS::EC2::Instance --identifier --profile ` Additionally,...