質問編集履歴

2

追加情報

2021/01/27 13:41

投稿

pokemonta
pokemonta

スコア170

test CHANGED
File without changes
test CHANGED
@@ -101,3 +101,9 @@
101
101
  - /lambda_rep:latest
102
102
 
103
103
  ```
104
+
105
+
106
+
107
+ ↓これを参考に作っています。
108
+
109
+ [リンク内容](https://github.com/aws-samples/aws-cdk-examples/pull/373/files)

1

誤記

2021/01/27 13:41

投稿

pokemonta
pokemonta

スコア170

test CHANGED
File without changes
test CHANGED
@@ -70,7 +70,7 @@
70
70
 
71
71
  - Ref: AWS::Region
72
72
 
73
- - .amazonaws.com/lambda-iot-container:latest
73
+ - .amazonaws.com/lambda_rep:latest
74
74
 
75
75
  - .dkr.ecr.
76
76
 
@@ -98,6 +98,6 @@
98
98
 
99
99
  - Ref: AWS::URLSuffix
100
100
 
101
- - /lambda-iot-container:latest
101
+ - /lambda_rep:latest
102
102
 
103
103
  ```