updated cloudformation lambda template

pull/463/head
Scott Anderson 2019-09-13 09:57:00 -06:00
parent b5ff2880aa
commit 2f616c104f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ Resources:
const { uri, headers, origin } = request; const { uri, headers, origin } = request;
const extension = uri.substr(uri.lastIndexOf('.') + 1); 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 indexPath = 'index.html';
const defaultPath = '/v2.0/' const defaultPath = '/v2.0/'