Skip to content

Commit 579e472

Browse files
madeline-kamazon-autobvtujo
authored
feat: add AliasedPort extension (#237)
* Initial commit * chore: turn off release workflows * feat: add aliased port extension * chore: add test coverage * chore: remove multiple aliased port feature until later * chore: add integ test snapshot * fix: update extensions to use new api * chore: address nits * chore: fix @default string Co-authored-by: Madeline Kusters <[email protected]> * chore: update extensions to use revised api * npx projen updates * revert removal of the release target * Remove unused file, style changes on comments, change 'aliasDnsName' to 'alias' so that constructor prop matches protected property Co-authored-by: Amazon GitHub Automation <[email protected]> Co-authored-by: Austin Ely <[email protected]>
1 parent 1b1cb1c commit 579e472

16 files changed

+1699
-72
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.npmignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
55
author: 'Amazon Web Services',
66
authorAddress: 'https://aws.amazon.com',
77
authorOrganization: true,
8-
cdkVersion: '2.8.0',
8+
cdkVersion: '2.52.0',
99
defaultReleaseBranch: 'main',
1010
description: 'The CDK Construct Library that helps you build ECS services using simple extensions',
1111
name: 'cdklabs/cdk-ecs-service-extensions',

0 commit comments

Comments
 (0)