File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Resources:
109
109
- lambdaLogGroup
110
110
Properties :
111
111
FunctionName : !Ref 'AWS::StackName'
112
- Handler : main
112
+ Handler : bootstrap
113
113
Role : !GetAtt 'role.Arn'
114
114
Environment :
115
115
Variables :
@@ -121,14 +121,16 @@ Resources:
121
121
- !Ref ' AWS::NoValue'
122
122
Code :
123
123
S3Bucket : !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName]
124
- S3Key : !Sub 'lambda/observer/${Version}.zip'
125
- Runtime : go1.x
124
+ S3Key : !Sub 'lambda/observer/arm64/ ${Version}.zip'
125
+ Runtime : provided.al2
126
126
MemorySize : !Ref MemorySize
127
127
Timeout : !Ref Timeout
128
128
ReservedConcurrentExecutions : !If
129
129
- HasReservedConcurrency
130
130
- !Ref ReservedConcurrentExecutions
131
131
- !Ref ' AWS::NoValue'
132
+ Architectures :
133
+ - arm64
132
134
role :
133
135
Type : AWS::IAM::Role
134
136
Properties :
You can’t perform that action at this time.
0 commit comments