File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
- Use official markdownlint github action
6
6
- Update default schedule filename
7
7
- Upgrade dependencies
8
+ - Change default architecture to arm64
8
9
9
10
## v2.0.1
10
11
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ useDotenv: true
10
10
provider :
11
11
name : aws
12
12
runtime : python3.9
13
+ architecture : arm64
13
14
stage : ${opt:stage, "default"}
14
15
region : ${opt:region, "eu-west-3"}
15
16
deploymentBucket : ${env:DEPLOYMENT_BUCKET}
@@ -38,8 +39,8 @@ functions:
38
39
sync :
39
40
handler : datadog_lambda.handler.handler
40
41
layers :
41
- - !Sub arn:aws:lambda:${AWS::Region}:464622532012:layer:Datadog-Python39:60
42
- - !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:layer:rclone:11
42
+ - !Sub arn:aws:lambda:${AWS::Region}:464622532012:layer:Datadog-Python39-ARM:62
43
+ - !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:layer:rclone-arm64:1
43
44
timeout : 300
44
45
memorySize : 512
45
46
reservedConcurrency : 1
You can’t perform that action at this time.
0 commit comments