質問編集履歴
2
追加情報
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
誤記
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
- Ref: AWS::Region
|
72
72
|
|
73
|
-
- .amazonaws.com/lambda
|
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
|
101
|
+
- /lambda_rep:latest
|
102
102
|
|
103
103
|
```
|