-
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
(neptune): Higher level constructs for Neptune #12762
Labels
@aws-cdk/aws-neptune
Related Amazon Neptune
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Comments
cornerwings
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Jan 29, 2021
cornerwings
added a commit
to cornerwings/aws-cdk
that referenced
this issue
Jan 29, 2021
* This change adds higher level constructs for Neptune clusters * Adds higher-level constructs for ** AWS::Neptune::DBCluster ** AWS::Neptune::DBInstance ** AWS::Neptune::DBClusterParameterGroup ** AWS::Neptune::DBParameterGroup ** AWS::Neptune::DBSubnetGroup fixes aws#12762
cornerwings
added a commit
to cornerwings/aws-cdk
that referenced
this issue
Jan 29, 2021
- This change adds higher level constructs for Neptune clusters - Adds higher-level constructs for - AWS::Neptune::DBCluster - AWS::Neptune::DBInstance - AWS::Neptune::DBClusterParameterGroup - AWS::Neptune::DBParameterGroup - AWS::Neptune::DBSubnetGroup fixes aws#12762
duplicate of #6857 |
|
cornerwings
added a commit
to cornerwings/aws-cdk
that referenced
this issue
Jan 29, 2021
- This change adds higher level constructs for Neptune clusters - Adds higher-level constructs for - AWS::Neptune::DBCluster - AWS::Neptune::DBInstance - AWS::Neptune::DBClusterParameterGroup - AWS::Neptune::DBParameterGroup - AWS::Neptune::DBSubnetGroup fixes aws#12762
mergify bot
pushed a commit
that referenced
this issue
Mar 1, 2021
…12763) - This change adds higher level constructs for Neptune clusters - Adds higher-level constructs for - AWS::Neptune::DBCluster - AWS::Neptune::DBInstance - AWS::Neptune::DBClusterParameterGroup - AWS::Neptune::DBParameterGroup - AWS::Neptune::DBSubnetGroup fixes #12762 ---- *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
@aws-cdk/aws-neptune
Related Amazon Neptune
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Add level 2 constructs for the Amazon Neptune.
Use Case
CDK users who want to build applications that use Neptune currently have to use level 1 constructs or implement their own higher-level constructs.
Proposed Solution
The level 2 constructs from the @aws-cdk/aws-rds package in CDK offers a good starting point since their CloudFormation resource specifications follow a similar architecture. From there, the code must be reviewed and modified to reflect Neptune's CloudFormation resources.
Other
N/A
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: