Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 792 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 792 Bytes

Clarity Hub Accounts API

Prerequisites

Make sure you have CHAPI API Gateway installed and running.

🚀 Getting Started

Make sure you have Docker installed and running

sh ./start

You can now access the following:

Serverless Resources

Cognito User Pools

This serverless deployment will create user pools. In order to re-use these pools for authorization in other serverless deployments, the following can be used as the authorizor:

authorizer:
    type: COGNITO_USER_POOLS
    authorizerId: '???'

Where ??? is some ARN that we will figure out in the future.

API

See https://api.clarityhub.app/accounts/swagger for the Swagger API.