@mettlecast/domain-cdk-packer 0.2.16 → 0.2.17

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.
@@ -140,7 +140,7 @@ export class DomainStack extends cdk.Stack {
140
140
  })),
141
141
  environment,
142
142
  eventBusArn,
143
- dedicated: registry.apis.some(api => api.deployment?.isolation === 'dedicated'),
143
+ dedicated: true,
144
144
  reservedConcurrency,
145
145
  logRetentionDays: logRetentionDays ?? 30,
146
146
  ...vpcProps,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mettlecast/domain-cdk-packer",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",