Skip to content

Commit

Permalink
generate emitter for tests (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsinger-klotho authored Mar 2, 2023
1 parent 5985acf commit 6551179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lang/javascript/aws_runtime/emitter.js.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6551179

Please sign in to comment.