Skip to content

Commit

Permalink
ㅁㅁ
Browse files Browse the repository at this point in the history
nookcoder committed Nov 24, 2023
1 parent 1743b11 commit 2eb19ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/run-script/aws-cli.ts
Original file line number Diff line number Diff line change
@@ -9,7 +9,9 @@ import * as AWS from "aws-sdk";

AWS.config.update({ region: "ap-northeast-2" });

const client = new CloudFormationClient();
const client = new CloudFormationClient({
region: "ap-northeast-2"
});

export const runDeployByAwsCli = async (
blueprintUuid: string,

0 comments on commit 2eb19ea

Please sign in to comment.