cloudformation-cli-typescript-plugin
cloudformation-cli-typescript-plugin copied to clipboard
The CloudFormation Provider Development Toolkit Node.js Plugin allows you to autogenerate TypeScript code based on an input schema.
I am trying to create resource provider using Typescipt. I saw that the template is using node 14 - which is very old. i have tried to use node 20....
Currently the package `"class-transformer": "^0.3.1"` is using a carat `^` for its version. On a install and build of the cfn cli it pulls version 0.3.2 from the registry. Version...
Node14 runtimes can no longer be deployed to AWS so using cfn generate no longer creates a deployable custom resource. However, if you update to node16, 18, 20 there is...
*Issue #, if available:* N/A *Description of changes:* This PR adds some helpful comments and changes to the base handler.ts template to help new users understand the contracts that each...
homebrew looks to have changed taps and paths recently for macos.
Hello, I'd like to write a custom type using the typescript plugin. The docs talk about [progress chaining](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-develop-stabilize.html) but it's not clear to me exactly how to write a simple...
There's this [walkthrough](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-walkthrough.html) but it's using *java* as the language, and it's not very easy to understand. From the documentation perspective, I don't understand how to call `dynamodb` from the...
It would be really useful to have the `stackId` in the `ResourceHandlerRequest` alongside the `logicalResourceIdentifier`. This also allows us to track where a resource is created so that if someone...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...