@certenza/aws-cdk-infrastructure-commons 2.4.2 → 2.4.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.
@@ -126,9 +126,6 @@ const createHttpApiGateway = (scope, apiName, domainName, hostedZoneId, zoneName
126
126
  description: `Public HTTP API Gateway for ${apiName}`,
127
127
  defaultDomainMapping: {
128
128
  domainName: apiDomainName,
129
- // Explicitly set mappingKey to empty string for root path mapping
130
- // to avoid "undefined" appearing in resource names
131
- mappingKey: "",
132
129
  },
133
130
  defaultAuthorizer: defaultAuthorizer ?? new aws_apigatewayv2_authorizers_1.HttpIamAuthorizer(),
134
131
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certenza/aws-cdk-infrastructure-commons",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "Common infrastructure reusable utilities and resources for Certenza projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",