sst 2.47.1 → 2.47.3
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/constructs/Stack.js +1 -1
- package/credentials.js +1 -1
- package/package.json +2 -2
- package/package.json.bak +2 -2
package/constructs/Stack.js
CHANGED
|
@@ -196,7 +196,7 @@ export class Stack extends CDKStack {
|
|
|
196
196
|
assetHash: this.stackName + fs.readFileSync(dir + "/index.mjs").toString(),
|
|
197
197
|
}),
|
|
198
198
|
handler: "index.handler",
|
|
199
|
-
runtime: lambda.Runtime.
|
|
199
|
+
runtime: lambda.Runtime.NODEJS_22_X,
|
|
200
200
|
timeout: CDKDuration.seconds(900),
|
|
201
201
|
memorySize: 1024,
|
|
202
202
|
});
|
package/credentials.js
CHANGED
|
@@ -12,7 +12,7 @@ export const useAWSCredentialsProvider = lazy(() => {
|
|
|
12
12
|
const project = useProject();
|
|
13
13
|
Logger.debug("Using AWS profile", project.config.profile);
|
|
14
14
|
const provider = fromNodeProviderChain({
|
|
15
|
-
|
|
15
|
+
parentClientConfig: { region: project.config.region },
|
|
16
16
|
profile: project.config.profile,
|
|
17
17
|
roleArn: project.config.role,
|
|
18
18
|
mfaCodeProvider: async (serialArn) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"sideEffects": false,
|
|
3
3
|
"name": "sst",
|
|
4
|
-
"version": "2.47.
|
|
4
|
+
"version": "2.47.3",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sst": "cli/sst.js"
|
|
7
7
|
},
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"aws-iot-device-sdk": "^2.2.13",
|
|
58
58
|
"aws-sdk": "^2.1501.0",
|
|
59
59
|
"builtin-modules": "3.2.0",
|
|
60
|
-
"cdk-assets": "
|
|
60
|
+
"cdk-assets": "3.0.0-rc.143",
|
|
61
61
|
"chalk": "^5.2.0",
|
|
62
62
|
"chokidar": "^3.5.3",
|
|
63
63
|
"ci-info": "^3.7.0",
|
package/package.json.bak
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"name": "sst",
|
|
8
|
-
"version": "2.47.
|
|
8
|
+
"version": "2.47.3",
|
|
9
9
|
"bin": {
|
|
10
10
|
"sst": "cli/sst.js"
|
|
11
11
|
},
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"aws-iot-device-sdk": "^2.2.13",
|
|
68
68
|
"aws-sdk": "^2.1501.0",
|
|
69
69
|
"builtin-modules": "3.2.0",
|
|
70
|
-
"cdk-assets": "
|
|
70
|
+
"cdk-assets": "3.0.0-rc.143",
|
|
71
71
|
"chalk": "^5.2.0",
|
|
72
72
|
"chokidar": "^3.5.3",
|
|
73
73
|
"ci-info": "^3.7.0",
|