Auth0 calling a lambda@edge endpoint

We have a lambda@edge application in AWS which creates Cloudfront Signed Cookies and we are thinking of using Auth0’s log in flow to call the lambda@edge’s api endpoint. Is there a plugin or feature in Auth0 that allows that or do I have to use Actions to call the api endpoint?

Hi @john.dino

Welcome to the Auth0 Community!

Thank you for posting your question, unfortunately there’s no direct plugin or plug-and-play solution for integration between you AWS Lambda@edge application and Auth0, however from the post-login action (for example) you are able to make an HTTP request for the lambda@edge endpoint. Please make a note that this action will be handled between Auth0 Action server and Lambda@edge application, so client browser will be omitted during this transaction. The response can be later passed to the client via id or access token claims.

Thanks
Dawid