Deployment

Before deploying the application, configure Amazon Web Services (AWS).

After deploying the application, Create a first admin user in Cognito.

For a list of environment variables, see Settings.

Monitoring

Issues and performance are monitored by Sentry.

  • /applications/access-scheme is in Slow HTTP Ops, because Sentry measures the entire request, which including the background task, and not the response time.

  • Sort the All Transactions tab by the Failure Rate column, then click on a transaction and look at the Status Breakdown in the right sidebar, to check for potential issues to correct.

    Note

    Infrequently accessed endpoints are likely to have a high rate, since a single error can cause a double-digit rate.

See also