cloudcomponents / cdk-constructs

A collection of higher-level reusable cdk constructs
MIT License
625 stars 104 forks source link

ISSUE-67 - Use the containerPort parameter that is passed into DummyT… #69

Closed kieranjen closed 3 years ago

kieranjen commented 3 years ago

This is to fix issue 67.

The container port for the DummyTaskDefinition always used port 80. It now uses the container port that is passed in when initializing DummyTaskDefinition.

closes #67

neilkuan commented 3 years ago

this is PR is to close #67