Skip to content

Commit

Permalink
Fix aws-ts-containers compilation (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Aug 28, 2023
1 parent cc79b5f commit 046330c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-ts-containers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const service = new awsx.ecs.FargateService("service", {
assignPublicIp: true,
taskDefinitionArgs: {
container: {
name: "service-container",
image: image.imageUri,
cpu: 128,
memory: 512,
Expand Down

0 comments on commit 046330c

Please sign in to comment.