@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/esm/index.js CHANGED
@@ -4315,7 +4315,7 @@ class JaypieWebSocket extends Construct {
4315
4315
  Stack.of(this).formatArn({
4316
4316
  arnFormat: ArnFormat.SLASH_RESOURCE_SLASH_RESOURCE_NAME,
4317
4317
  resource: this._api.apiId,
4318
- resourceName: `${this._stage.stageName}/*`,
4318
+ resourceName: `${this._stage.stageName}/POST/@connections/*`,
4319
4319
  service: "execute-api",
4320
4320
  }),
4321
4321
  ],