We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ca26a commit 01fbd42Copy full SHA for 01fbd42
ab-testing/dictionary-deploy-lambda/src/deploy.ts
@@ -6,7 +6,7 @@ import { fetchDictionaryArtifact } from "./fetch-artifact.ts";
6
const ARTIFACT_BUCKET_NAME = getEnv("ARTIFACT_BUCKET_NAME");
7
const STAGE = getEnv("STAGE");
8
9
-const CONFIG_PREFIX = `/${STAGE}/config/ab-testing`;
+const CONFIG_PREFIX = `${STAGE}/config/ab-testing`;
10
11
type ArtifactInfo = {
12
artifact: string;
0 commit comments