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.
If I register a private type from another account, I would expect `aws cloudformation register-type ...` to create a role similar to the one created during the `cfn submit ...`...
Use case: package once (possibly inside a docker container), deploy to multiple regions
The _cloudformation-cli_ does not work if the `setuptools` package is not installed. Attempts to issue any command, for example `cfn init`, fail with an ambiguous error message: ``` ModuleNotFoundError: No...
When running `cfn package`, I am getting the following error ``` [2024-05-01T11:30:50Z] DEBUG - Running package: Namespace(version=False, subparser_name='package', command=, verbose=0) [2024-05-01T11:30:50Z] DEBUG - Root directory: /home/runner/work/db-aws-cloudformation-guard/db-aws-cloudformation-guard/hook [2024-05-01T11:30:50Z] DEBUG - Loading...
When I run the command "cfn test -- -k contract_create_read" I get PermissionError (see full error log below). It does work when I use sudo "sudo cfn test -- -k...
### Command being run ```cfn test --function-name TestEntrypoint --verbose``` ### Version ```cfn 0.2.35``` ### Resource type schema ``` { ... "definitions": { "ApiSearchDeploymentSpec": { "type": "object", "properties": { "InstanceSize": {...
*Issue #, if available:* *Description of changes:* - Add dependency for setuptools By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...
*Issue #, if available:* *Description of changes:* - Remove `file_generation_enabled` from `canarySettings`. If the canarySettings field is provided with an empty object, canaries will be generated with `contract_test_file_names: [input1.json]` default....
Kindly let me know if this is the wrong place to ask this question. Given the following sample schema, property `Services` is an array of non-fixed length. ``` { "definitions":...