We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735cac4 commit b41f559Copy full SHA for b41f559
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Bump rclone lambda layer to version 2
6
+
7
## 3.0.0
8
9
- Use official markdownlint github action
serverless.yaml
@@ -40,7 +40,7 @@ functions:
40
handler: datadog_lambda.handler.handler
41
layers:
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
+ - !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:layer:rclone-arm64:2
44
timeout: 300
45
memorySize: 512
46
reservedConcurrency: 1
0 commit comments