aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.5k stars 3.84k forks source link

aws-msk-alpha: Add Support for MSK Serverless #28709

Open flo-mair opened 7 months ago

flo-mair commented 7 months ago

Describe the feature

Add support for MSK Serverless in alpha module. I'm aware that the CfnServerlessCluster construct exists in aws-cdk-lib/aws-msk. But the alpha module allows easier access to connection strings via new CfnOutput(this, 'BootstrapBrokerStringSaslIam', { value: cluster.bootstrapBrokersSaslIam }); which would be great to have for Serverless as well without building a workaround with CR.

Use Case

Easy access to connection strings.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.121.1

Environment details (OS name and version, etc.)

macOS

pahud commented 7 months ago

Yeah it would be great to have ServerlessCluster L2 construct in the alpha package.