Skip to content

Commit

Permalink
fix: update ecs-patterns examples to use the latest version of the cdk (
Browse files Browse the repository at this point in the history
#136)

* Fix ecs-patterns examples to use the latest version of the cdk

* Fix merge conflicts
  • Loading branch information
piradeepk authored and NGL321 committed Oct 14, 2019
1 parent 894f052 commit 103c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/ecs/fargate-service-with-local-image/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ new ecs_patterns.NetworkLoadBalancedFargateService(stack, "FargateService", {
cluster,
taskImageOptions: {
image: ecs.ContainerImage.fromAsset(path.resolve(__dirname, 'local-image'))
}
},
});

app.synth();

0 comments on commit 103c296

Please sign in to comment.