-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(appmesh): add support for AWS AppMesh (#2299)
This PR allows one to work with AWS AppMesh at higher level L2 construct without needing to dive into the CFN layer for most use case. Fixes #2297.
- Loading branch information
Showing
22 changed files
with
3,942 additions
and
483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
// AWS::AppMesh CloudFormation Resources: | ||
export * from './appmesh.generated'; | ||
export * from './mesh'; | ||
export * from './route'; | ||
export * from './shared-interfaces'; | ||
export * from './virtual-node'; | ||
export * from './virtual-router'; | ||
export * from './virtual-service'; |
Oops, something went wrong.