pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
466 stars 157 forks source link

AWS Lex V2 missing capability to create bot aliases #3544

Open surfingdoggo opened 9 months ago

surfingdoggo commented 9 months ago

Hello!

Issue details

As far as I can see, for Lex v2 there is no functionality in Pulumi to create an alias.

Affected area/feature

I'm not quite sure where this would go. I'd be happy to start contributing for Python at least, although I can't promise the world, I haven't contributed in Pulumi before and I'm not the strongest in Python (yet) but welcome the chance to learn.

Thank you!

iwahbe commented 9 months ago

Hey @surfingdoggo. Thanks for opening up an issue here. This provider is generated from terraform-provider-aws, which has a request similar to your: https://github.com/hashicorp/terraform-provider-aws/issues/35780.

The best way to land this functionality here is to contribute it upstream. As soon as upstream releases with Lex V2 alias support, we will follow-up with equivalent support.