@awsless/awsless 0.0.75 → 0.0.76
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/bin.js +1 -1
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -3227,7 +3227,7 @@ var domainPlugin = definePlugin({
|
|
|
3227
3227
|
resources: ["*"]
|
|
3228
3228
|
});
|
|
3229
3229
|
usEastBootstrap.add(deleteHostedZoneLambda);
|
|
3230
|
-
const usEastExports = new GlobalExports(
|
|
3230
|
+
const usEastExports = new GlobalExports(`${config.name}-us-east-exports`, {
|
|
3231
3231
|
region: usEastBootstrap.region
|
|
3232
3232
|
});
|
|
3233
3233
|
bootstrap2.add(usEastExports);
|