From 2f616c104f065cf52a8d2fe4ed773e2e4ff5044c Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 13 Sep 2019 09:57:00 -0600 Subject: [PATCH] updated cloudformation lambda template --- deploy/docs-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docs-website.yml b/deploy/docs-website.yml index ca23dd41f..5a1c1b64b 100644 --- a/deploy/docs-website.yml +++ b/deploy/docs-website.yml @@ -163,7 +163,7 @@ Resources: const { uri, headers, origin } = request; const extension = uri.substr(uri.lastIndexOf('.') + 1); - const validExtensions = ['.html', '.css', '.js', '.xml', '.png', '.jpg', '.svg', '.otf', '.eot', '.ttf', '.woff']; + const validExtensions = ['.html', '.css', '.js', '.xml', '.png', '.jpg', '.svg', '.json', '.csv', '.rb', '.otf', '.eot', '.ttf', '.woff']; const indexPath = 'index.html'; const defaultPath = '/v2.0/'