Body: get_index_html_string()

in aws/lambdas/create-s3-index-html/index.js [60:64]


      Body: get_index_html_string(dir, all_objs),
      Bucket: event.bucket,
      Key: (dir+'/index.html').replace(/^\/+/, '')
  }).promise());
  Promise.all(s3_upload_promises).catch(err => callback(err)).then(data => {