@fy-stack/apigateway-construct 0.0.133 → 0.0.135

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.
@@ -25,7 +25,7 @@ class ApiGatewayConstruct extends constructs_1.Construct {
25
25
  const { "/*": base, ...otherRoutes } = routes;
26
26
  if (!base)
27
27
  throw new Error("no base route");
28
- const { "/*": defaultIntegration, ...additionalIntegrations } = base
28
+ const { "/{proxy+}": defaultIntegration, ...additionalIntegrations } = base
29
29
  .api("");
30
30
  if (!defaultIntegration)
31
31
  throw new Error("no default integration");
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@fy-stack/apigateway-construct",
3
- "version": "0.0.133",
3
+ "version": "0.0.135",
4
4
  "repository": "https://github.com/festusyuma/fy-stack",
5
5
  "dependencies": {
6
- "@fy-stack/types": "0.0.133",
6
+ "@fy-stack/types": "0.0.135",
7
7
  "tslib": "^2.3.0"
8
8
  },
9
9
  "peerDependencies": {