-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(opensearch): remove patches #16531
Labels
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Comments
BenChaimberg
added
p2
feature-request
A feature should be added or improved.
effort/small
Small work item – less than a day of effort
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
labels
Sep 17, 2021
4 tasks
mergify bot
pushed a commit
that referenced
this issue
Apr 13, 2022
fixes #16531 verified that cfnspec includes `opensearchservice::domain` and that sdk version is > 2.985.0 (currently 2.1001.0) ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
StevePotter
pushed a commit
to StevePotter/aws-cdk
that referenced
this issue
Apr 27, 2022
fixes aws#16531 verified that cfnspec includes `opensearchservice::domain` and that sdk version is > 2.985.0 (currently 2.1001.0) ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/master/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
The current implementation of the
aws-opensearchservice
module relies on patches to the CFN specification and the AWS JavaScript SDK.The CFN specification can be removed when the public specification has been updated to include the new
AWS::OpenSearchService::Domain
resource (probably by 9/20). This information can be tracked in the@aws-cdk/cfnspec
module.The AWS JavaScript SDK can be removed when the Lambda Node.js runtime has been updated to use the AWS JavaScript SDK v2.985.0 or later (could be months; at the time of writing, the version is 3 months behind). This information can be tracked in the developer guide.
The following files/lines need to be removed:
aws-cdk/packages/@aws-cdk/custom-resources/lib/aws-custom-resource/runtime/index.ts
Line 83 in 124a7a1
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: