From 9032716a35d6a00b7fd4c4eafdbc1e4258ab461d Mon Sep 17 00:00:00 2001 From: Ben Force Date: Thu, 23 Apr 2020 07:52:02 -0500 Subject: [PATCH] fix: have aws sdk load config from file --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index cfbde47..429a101 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +process.env.AWS_SDK_LOAD_CONFIG = "1"; import * as AWS from "aws-sdk"; export const templateTags = [