How to configure applications and APIs for serverless app

I’m building an application with a single-page Angular front end consuming REST APIs for database operations.

The backend uses a classical AWS serverless architecture with lambda, API gateway, and DynamoDB. I’m using an Auth0 JWT endpoint as the authorizer for the backend.

I use the universal login in the front end to grant access to the application.

I would appreciate your feedback on the recommended architecture for this scenario on the Auth0 side.

Thanks in advance.

Hi @patricio,

Welcome to the Auth0 Community and apologies for the delayed response.

This is a fairly common architecture. You will have yourSPA registered in Auth0 and your APIs (or single logical API) registered as well. Your API will request access tokens and send them to your API(s) in exchange for data.

Here are a few good resources to start with:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.