Widen / cloudfront-auth

An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
ISC License
626 stars 148 forks source link

Please, enhance the documentation #94

Open notorand-it opened 2 years ago

notorand-it commented 2 years ago
  1. Prerequisites. Please state the needed prerequisites to run that script. I had to manually npm-install several packages before getting it working.

  2. Describe whatever input is needed. What is that "Distribution name"?

jsmigovsky commented 2 years ago

Looking for clarification on the DistributionName input. Would this be the custom alternative DNS names (abc.123.com) we've aliased to the CloudFront distribution, the CloudFront DNS Amazon assigns (eg. xxxxxxxxxxxxxx.cloudfront.net).

Anyone?

jsmigovsky commented 2 years ago

After fiddling with the tools the "DistributionName" that will be created/managed as a directory in the "distributions" directory which can be found at the root of the project while/after running build.sh script.

WanderSurfer commented 2 years ago

I had wondered the same question @jsmigovsky .