Closed cornerwings closed 3 years ago
duplicate of https://github.com/aws/aws-cdk/issues/6857
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.
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 :rocket: Feature Request