Package Exports
- cdk-vpclattice-alpha
- cdk-vpclattice-alpha/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cdk-vpclattice-alpha) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cdk-vpclattice-alpha
vpcLattice L2 Construct
Project Information
Status (DRAFT)
Original Author(s): @mrpackethead, @taylaand, @nbaillie
Additional Contributors: @clopca, @aws-rafams
Tracking Issue: #502
API Bar Raiser: @TheRealAmazonKendra
Public Issues ( aws-cdk)
- (vpclattice): L2 for Amazon VPC Lattice #25452
Prototype Code
Example implementation
Blog
VpcLattice
Amazon VPC Lattice is an application networking service that consistently connects, monitors, and secures communications between your services, helping to improve productivity so that your developers can focus on building features that matter to your business. You can define policies for network traffic management, access, and monitoring to connect compute services in a simplified and consistent way across instances, containers, and serverless applications.
The L2 Construct seeks to assist the consumer to create a lattice service easily by abstracting some of the detail. The major part of this is in creating the underlying auth policy and listener rules together, as their is significant intersection in the properties require for both.