Skip to content

Commit 3739515

Browse files
committed
Update to newest AWS-SDK (2.550.0)
1 parent b4a521d commit 3739515

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A Lambda Layer that packages the aws-sdk and aws-xray-sdk to use in nodejs 8.10
44

55
## Current Versions
66

7-
- [AWS SDK v2.423.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.395.0)
8-
- [AWS Xray 2.2.0](https://github.com/aws/aws-xray-sdk-node/releases/tag/aws-xray-sdk%402.2.0)
7+
- [AWS SDK 2.550.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.395.0)
8+
- [AWS Xray 2.4.0](https://github.com/aws/aws-xray-sdk-node/releases/tag/aws-xray-sdk%402.2.0)
99

1010
## Build and Deploy
1111

nodejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"private": true,
1010
"dependencies": {
11-
"aws-sdk": "^2.423.0",
12-
"aws-xray-sdk": "^2.2.0"
11+
"aws-sdk": "^2.550.0",
12+
"aws-xray-sdk": "^2.4.0"
1313
}
1414
}

template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Metadata:
1010
SpdxLicenseId: MIT
1111
LicenseUrl: LICENSE
1212
ReadmeUrl: README.md
13-
Labels: ['lambda', 'layer', 'sdks', 'nodejs']
13+
Labels: ["lambda", "layer", "sdks", "nodejs"]
1414
HomePageUrl: https://github.com/solve-hq/lambda-custom-sdks-layer
15-
SemanticVersion: 2.423.0
15+
SemanticVersion: 2.550.0
1616
SourceCodeUrl: https://github.com/solve-hq/lambda-custom-sdks-layer
1717

1818
Resources:

0 commit comments

Comments
 (0)