Design Studio Data Flow
The Design Studio user interface captures data provided by the user to build onboarding journeys, including their flow and UI elements. This data also includes authentication-related information such as username, email, and password. The underlying services used to store this data are as follows:- Username, email and password are stored and managed in AWS Cognito.
- UI element configuration data (excluding any sensitive data) is stored in GitHub.
- API keys and credentials of external providers are securely stored in AWS Secret Manager.
- Flow-related components are stored in AWS DynamoDB.