DEV Community

Discussion on: Create your own Serverless OAuth Portal for Netlify CMS

Collapse
 
lookea profile image
Lookea Dev Support

wait a second, I don't see were are you saying your frontend how to contact or use your lambda function in aws.

Collapse
 
r063r profile image
RogerBlasco • Edited

In case anyone else finds this - in your /static/ folder of a typical hugo install, put the netlify CMS config and index file. (config.yml and index.html)
Get the lambda API address.
In the netlify config:
base_url: Everything in the Lambda API address up to .com
auth_endpoint: every after the .com (/default/name of lambda)