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.65k stars 3.91k forks source link

(opensearch): Add support for OpenSearch Serverless #23622

Closed dblock closed 1 year ago

dblock commented 1 year ago

Describe the feature

Amazon OpenSearch Serverless is out in preview: https://aws.amazon.com/opensearch-service/features/serverless/

Use Case

Launch serverless infrastructure.

Proposed Solution

Either add a "flavor/version" of OpenSearch, or a brand new service support.

I think it's the latter since serverless is identified as "aoss" vs. "es", but then it shouldn't have "versions" 🤔

Other Information

No response

Acknowledgements

CDK version used

*

Environment details (OS name and version, etc.)

*

peterwoodworth commented 1 year ago

We have support for opensearch serverless already - unless this request is for higher level constructs?

dblock commented 1 year ago

My bad, it was hidden in https://github.com/aws/aws-cdk/pull/23294. Thanks!

github-actions[bot] commented 1 year ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

joekendal commented 1 year ago

A higher-level construct might be nice.

dobrynin commented 1 year ago

+1 for a higher lever construct (also wouldn't mind one for ElasticCache Redis 😉)