aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
318 stars 161 forks source link

cfn tool should also be able to set type-configuration when registering extensions #1005

Open mmaeng opened 1 year ago

mmaeng commented 1 year ago

Currently after successfully registering and extension via cfn submit we have to use the aws cli or the web console to set the type-configuration for the extension. Staying with one tool for the entire process would make for a better developer experience.