serverless-plugin-module-registry 1.0.15 → 1.0.16
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/index.js
CHANGED
|
@@ -17829,6 +17829,9 @@ async function deployInternalInfrastructure(config, logger) {
|
|
|
17829
17829
|
}
|
|
17830
17830
|
const infraDir = getInfrastructureDir();
|
|
17831
17831
|
const accountId = process.env.AWS_ACCOUNT_ID || "";
|
|
17832
|
+
if (accountId) {
|
|
17833
|
+
process.env.SLS_DEPLOYMENT_BUCKET = `${accountId}-${region}-api-sls-bucket`;
|
|
17834
|
+
}
|
|
17832
17835
|
logger.info(" Executing Serverless Framework deployment...");
|
|
17833
17836
|
await runServerlessDeploy(infraDir, {
|
|
17834
17837
|
stage,
|