Commons Gateway
Commons Gateway portal that allows authorized guest users to upload files to Content Commons using the Aprimo API. Guest users are invited by site admins and provisioned with a one-time password as demonstrated in the diagram below.
The project is composed to two parts:
- Client Application: The
web
directory where the client application is found. This simple static site is built using Astro and serves as the interface between the user and the Aprimo API. - Serverless Functions: The
serverless
directory, which contains a number of serverless functions that manage the data in the application.