-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 913 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@amzn/aws-sdk-layer",
"version": "3.0.5",
"description": "AWS Javascript SDK v3 layer",
"dependencies": {
"@aws-sdk/client-api-gateway": "^3.775.0",
"@aws-sdk/client-cloudformation": "^3.699.0",
"@aws-sdk/client-cognito-identity-provider": "^3.708.0",
"@aws-sdk/client-dynamodb": "^3.705.0",
"@aws-sdk/client-kendra": "^3.706.0",
"@aws-sdk/client-s3": "^3.705.0",
"@aws-sdk/client-secrets-manager": "^3.699.0",
"@aws-sdk/client-ssm": "^3.699.0",
"@aws-sdk/lib-dynamodb": "^3.705.0",
"@aws-sdk/types": "^3.696.0",
"@aws-sdk/util-arn-parser": "^3.693.0",
"@aws-sdk/util-dynamodb": "^3.705.0",
"@smithy/types": "^3.7.2",
"@types/aws-lambda": "^8.10.146"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
},
"license": "Apache-2.0",
"overrides": {
"fast-xml-parser": "^4.4.1"
}
}