@jaypie/constructs 1.2.19 → 1.2.20
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/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -4349,7 +4349,7 @@ class JaypieWebSocket extends constructs.Construct {
|
|
|
4349
4349
|
cdk.Stack.of(this).formatArn({
|
|
4350
4350
|
arnFormat: cdk.ArnFormat.SLASH_RESOURCE_SLASH_RESOURCE_NAME,
|
|
4351
4351
|
resource: this._api.apiId,
|
|
4352
|
-
resourceName: `${this._stage.stageName}/*`,
|
|
4352
|
+
resourceName: `${this._stage.stageName}/POST/@connections/*`,
|
|
4353
4353
|
service: "execute-api",
|
|
4354
4354
|
}),
|
|
4355
4355
|
],
|