@goldstack/infra-aws 0.4.31 → 0.4.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/awsAuthUtils.js +1 -1
- package/package.json +5 -5
package/dist/src/awsAuthUtils.js
CHANGED
|
@@ -20,7 +20,7 @@ async function getAWSCredentials(provider) {
|
|
|
20
20
|
}
|
|
21
21
|
const client = new client_sts_1.STSClient({ credentials: provider });
|
|
22
22
|
const input = {
|
|
23
|
-
DurationSeconds:
|
|
23
|
+
DurationSeconds: 900,
|
|
24
24
|
};
|
|
25
25
|
const command = new client_sts_1.GetSessionTokenCommand(input);
|
|
26
26
|
const response = await client.send(command);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/infra-aws",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.33",
|
|
4
4
|
"description": "Utilities to work with AWS infrastructure via the cli.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"@aws-sdk/client-sts": "^3.645.0",
|
|
43
43
|
"@aws-sdk/credential-providers": "3.645.0",
|
|
44
44
|
"@aws-sdk/types": "^3.609.0",
|
|
45
|
-
"@goldstack/infra": "0.4.
|
|
46
|
-
"@goldstack/utils-config": "0.4.
|
|
45
|
+
"@goldstack/infra": "0.4.22",
|
|
46
|
+
"@goldstack/utils-config": "0.4.22",
|
|
47
47
|
"@goldstack/utils-log": "0.3.18",
|
|
48
|
-
"@goldstack/utils-package": "0.4.
|
|
49
|
-
"@goldstack/utils-sh": "0.5.
|
|
48
|
+
"@goldstack/utils-package": "0.4.22",
|
|
49
|
+
"@goldstack/utils-sh": "0.5.21",
|
|
50
50
|
"axios": "1.6.0",
|
|
51
51
|
"handlebars": "4.7.7"
|
|
52
52
|
},
|