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.
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.0 Behaviour changes The default values for author and committer have changed. See "What's new"...
Hi We are running into errors when submitting a CFN resource to private registry. Essentially it looks like an issue with the `make` command in cloudformation-cli. We noticed that the...
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)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....
*Issue #, if available:* *Description of changes:* - Add python 3.12 support By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...
# Description I ran into this recently while setting up an example typescript cloudformation resource repository with a lot more tooling and documentation. What I had wanted to do was...
*Issue #, if available:* [Relates to issue 1046](https://github.com/aws-cloudformation/cloudformation-cli/issues/1046) *Description of changes:* While running cloudformation validation, if you add a README.md or anything into your `inputs/` folder, you will only find...
# CloudFormation Fails to Import Intermittently with "Internal Failure" Error ## Issue Overview: We have encountered intermittent failures when importing CloudFormation changesets, resulting in the error message: "There was an...
I apologize if this issue seems out of place here. If it is, please inform me of the appropriate GitHub repository to move this issue. I was trying to do...
The initial `template.yml` generated at the root of the project has `CodeUri: build/`. Executing `sam build` results in a no-op obscured by a stack trace: ``` Skipping copy operation since...