This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
ImageProcessing/src/cloudformation Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Resources:
55
55
Type : AWS::Lambda::Function
56
56
Properties :
57
57
FunctionName : RequestUnicorn
58
- Runtime : nodejs8.10
58
+ Runtime : nodejs10.x
59
59
Role : !GetAtt RequestUnicornExecutionRole.Arn
60
60
Timeout : 5
61
61
MemorySize : 128
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Resources:
76
76
Properties :
77
77
Description : " Use Amazon Rekognition to detect faces"
78
78
Handler : index.handler
79
- Runtime : nodejs8.10
79
+ Runtime : nodejs10.x
80
80
MemorySize : 256
81
81
Timeout : 60
82
82
Policies :
@@ -101,7 +101,7 @@ Resources:
101
101
Properties :
102
102
Description : " mock notification sender"
103
103
Handler : index.handler
104
- Runtime : nodejs8.10
104
+ Runtime : nodejs10.x
105
105
MemorySize : 256
106
106
Timeout : 60
107
107
CodeUri :
@@ -112,7 +112,7 @@ Resources:
112
112
Properties :
113
113
Description : " Use Amazon Rekognition to check if the face is already in the collection"
114
114
Handler : index.handler
115
- Runtime : nodejs8.10
115
+ Runtime : nodejs10.x
116
116
MemorySize : 256
117
117
Timeout : 60
118
118
Policies :
@@ -139,7 +139,7 @@ Resources:
139
139
Properties :
140
140
Description : " Index the photo into Rekognition collection"
141
141
Handler : index.handler
142
- Runtime : nodejs8.10
142
+ Runtime : nodejs10.x
143
143
MemorySize : 256
144
144
Timeout : 60
145
145
Policies :
@@ -167,7 +167,7 @@ Resources:
167
167
Type : AWS::Serverless::Function
168
168
Properties :
169
169
Handler : index.handler
170
- Runtime : nodejs8.10
170
+ Runtime : nodejs10.x
171
171
MemorySize : 1536
172
172
Timeout : 300
173
173
Policies :
@@ -195,7 +195,7 @@ Resources:
195
195
Properties :
196
196
Description : " Save metadata of the photo to DynamoDB table"
197
197
Handler : index.handler
198
- Runtime : nodejs8.10
198
+ Runtime : nodejs10.x
199
199
MemorySize : 256
200
200
Timeout : 60
201
201
Environment :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Resources:
100
100
Type : AWS::Serverless::Function
101
101
Properties :
102
102
Handler : tickets-get.handler
103
- Runtime : nodejs8.10
103
+ Runtime : nodejs10.x
104
104
FunctionName : TicketGetFunction
105
105
Policies :
106
106
- AWSLambdaDynamoDBExecutionRole # managed policy
@@ -126,7 +126,7 @@ Resources:
126
126
Type : AWS::Serverless::Function
127
127
Properties :
128
128
Handler : tickets-post.handler
129
- Runtime : nodejs8.10
129
+ Runtime : nodejs10.x
130
130
FunctionName : TicketPostFunction
131
131
Policies :
132
132
- AWSLambdaDynamoDBExecutionRole # managed policy
@@ -151,7 +151,7 @@ Resources:
151
151
Type : AWS::Serverless::Function
152
152
Properties :
153
153
Handler : health-check.handler
154
- Runtime : nodejs8.10
154
+ Runtime : nodejs10.x
155
155
FunctionName : SXRHealthCheckFunction
156
156
Policies :
157
157
- AWSLambdaDynamoDBExecutionRole # managed policy
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Resources:
100
100
Type : AWS::Serverless::Function
101
101
Properties :
102
102
Handler : tickets-get.handler
103
- Runtime : nodejs8.10
103
+ Runtime : nodejs10.x
104
104
FunctionName : TicketGetFunction
105
105
Policies :
106
106
- AWSLambdaDynamoDBExecutionRole # managed policy
@@ -126,7 +126,7 @@ Resources:
126
126
Type : AWS::Serverless::Function
127
127
Properties :
128
128
Handler : tickets-post.handler
129
- Runtime : nodejs8.10
129
+ Runtime : nodejs10.x
130
130
FunctionName : TicketPostFunction
131
131
Policies :
132
132
- AWSLambdaDynamoDBExecutionRole # managed policy
@@ -151,7 +151,7 @@ Resources:
151
151
Type : AWS::Serverless::Function
152
152
Properties :
153
153
Handler : health-check.handler
154
- Runtime : nodejs8.10
154
+ Runtime : nodejs10.x
155
155
FunctionName : SXRHealthCheckFunction
156
156
Policies :
157
157
- AWSLambdaDynamoDBExecutionRole # managed policy
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ Resources:
370
370
Type : AWS::Lambda::Function
371
371
Properties :
372
372
FunctionName : RequestUnicorn
373
- Runtime : nodejs8.10
373
+ Runtime : nodejs10.x
374
374
Role : !GetAtt RequestUnicornExecutionRole.Arn
375
375
Timeout : 5
376
376
MemorySize : 128
You can’t perform that action at this time.
0 commit comments