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

Hello, The following fails to deploy with error: _Properties validation failed for resource CoolIntegration with message: [#/ResponseParameters/200: extraneous key [remove:header.x-powered-by] is not permitted]_ However, creating the ResponseParameters from AWS Console...

## Scope Down GitHub Token Permissions This PR updates GitHub Actions workflows to use minimal required permissions instead of the default elevated permissions. ### Why This Matters Following the principle...

The previous implementation of `item_hash` (used by `ResourceClient.compare`) used an in-place `.sort` method. This returns `None` for all lists, which means that resource clients which differ in that list will...