Skip to content

aws-cdk-lib/aws-ec2: Add DynamoDB Streams Endpoint to InterfaceVpcEndpointAwsService Class #34481

Open
@gerrardcowburn

Description

@gerrardcowburn

Describe the feature

DynamoDB launched PrivateLink support for Streams on March 26th. This needs accommodating in the aws-ec2.vpc-endpoint InterfaceVpcEndpointAwsService Class

Use Case

This will help make it easier for customers to adopt DynamoDB Streams with private VPC connectivity using CDK

Proposed Solution

Add `public static readonly DYNAMODB_STREAMS = new InterfaceVpcEndpointAwsService('dynamodb-streams');

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS CDK Library version (aws-cdk-lib)

v2.195.0

AWS CDK CLI version

2.1016.0

Environment details (OS name and version, etc.)

MacOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions