aws-cloudformation / cloudformation-cli-go-plugin

The CloudFormation Provider Development Toolkit Go Plugin allows you to autogenerate Go code based on an input schema.
52 stars 31 forks source link

Support for aws-sdk-go-v2 #224

Open alegermer opened 1 year ago

alegermer commented 1 year ago

Hello cfn cli go-plugin maintainers!

Are there any plans to support aws-sdk-go-v2? The current 1.2.0 plugin generates the handlers receiving Session/Config from the v1 SDK.

I did not find a branch or version for v2, could you please advise if there is such support available or in the roadmap?

Thanks!

jabalsad commented 1 year ago

Also interested in an answer to this question. Any update?

Nr18 commented 6 months ago

One major reason why I want v2 support is the ability to use the Stubber: https://pkg.go.dev/github.com/awsdocs/aws-doc-sdk-examples/gov2/testtools