Slide 17
Slide 17 text
©Fusic Co., Ltd. 16
ここが感動したぞCDK!!
初⼼者が感じたCDKの魅⼒
const repository = new ecr.Repository(this, 'MyRepository');
const fargateService = new
ecsPatterns.ApplicationLoadBalancedFargateService(this, 'MyFargateService', {
taskImageOptions: {
image: ecs.ContainerImage.fromEcrRepository(repository),
},
});
L3 たった数⾏でよくある「パターン」をそのまま実装できる
AWS Cloud