feat(opensearch): add support for latest amazon opensearch service 1.3#21413
feat(opensearch): add support for latest amazon opensearch service 1.3#21413mergify[bot] merged 5 commits intoaws:mainfrom prashanttct07:OpenSearch_1_3
Conversation
TheRealAmazonKendra
left a comment
There was a problem hiding this comment.
Please make sure that your PR title confirms to the conventional commit standard (fix, feat, chore) and that it is written in a style that will reflect correctly in the change log (See Contributing Guide, Pull Requests).
Additionally, make sure that your PR body describes the problem the PR is solving, and the design approach and alternatives considered. Explain why the PR solves the problem. A link to an issue is helpful, but does not replace an explanation of your thought process.
More specific to the code change, I see that OpenSearch also has 2.0 and 2.1. Can you add those as well?
|
I have updated the title as per the guideline. And updated the description. Also, this is specific to launching an Amazon OpenSearch Service (managed service by AWS) using CDK which supports a maximum version upto 1.3. OpenSearch 2.0 and 2.1 is there as part of OpenSearch Project (Open Source) but not there in service. We can add support of newer version in CDK as and when it becomes available with Amazon OpenSearch Service. Let me know if anything else is needed for same. |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
fixes #21414
Description:
AWS Launched the support for Amazon OpenSearch Service 1.3 as per the announcement here: https://aws.amazon.com/about-aws/whats-new/2022/07/amazon-opensearch-service-supports-version-1-3/
AWS CDK does not support the latest version 1.3 yet, and this PR adds the support of Amazon OpenSearch Service 1.3 in CDK. Many people uses CDK to launch various AWS services and OpenSearch is one of them and having updated with latest version will help me to launch the Amazon OpenSearch Service using CDK.
All Submissions:
Adding new Unconventional Dependencies:
New Features
yarn integto deploy the infrastructure and generate the snapshot (i.e.yarn integwithout--dry-run)?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license