From 6551179250a405078f423c7fe232add0c4ac5479 Mon Sep 17 00:00:00 2001 From: jhsinger-klotho <111291520+jhsinger-klotho@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:55:42 -0500 Subject: [PATCH] generate emitter for tests (#304) --- pkg/lang/javascript/aws_runtime/emitter.js.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lang/javascript/aws_runtime/emitter.js.tmpl b/pkg/lang/javascript/aws_runtime/emitter.js.tmpl index f0dbff3e7..1ab7b2a4a 100644 --- a/pkg/lang/javascript/aws_runtime/emitter.js.tmpl +++ b/pkg/lang/javascript/aws_runtime/emitter.js.tmpl @@ -8,7 +8,7 @@ const uuid_1 = require("uuid"); const crypto = require("crypto"); // @ts-ignore const dispatcher_1 = require("./dispatcher"); -const payloadBucketPhysicalName = process.env.KLOTHO_S3_PREFIX + '{{.PayloadsBucketName}}'; +const payloadBucketPhysicalName = process.env.KLOTHO_PROXY_RESOURCE_NAME; const appName = '{{.AppName}}'; // The account-level ARN for sns. The topics must be account-wide unique const { SNS_ARN_BASE } = process.env;