sst 2.1.7 → 2.1.9

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.
@@ -17,7 +17,8 @@ const defaultHttpFields = [
17
17
  // caller info
18
18
  `"ip":"$context.identity.sourceIp"`,
19
19
  `"userAgent":"$context.identity.userAgent"`,
20
- `"cognitoIdentityId":"$context.identity.cognitoIdentityId"`,
20
+ // `cognitoIdentityId` is not supported in us-west-2 region
21
+ //`"cognitoIdentityId":"$context.identity.cognitoIdentityId"`,
21
22
  ];
22
23
  const defaultWebSocketFields = [
23
24
  // request info
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sst",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "bin": {
5
5
  "sst": "cli/sst.js"
6
6
  },
@@ -53,7 +53,6 @@
53
53
  "archiver": "^5.3.1",
54
54
  "aws-cdk": "2.62.2",
55
55
  "aws-cdk-lib": "2.62.2",
56
- "aws-crt": "1.0.0",
57
56
  "aws-iot-device-sdk": "^2.2.12",
58
57
  "aws-iot-device-sdk-v2": "^1.9.5",
59
58
  "aws-sdk": "^2.1326.0",