Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.65 KB

File metadata and controls

27 lines (19 loc) · 1.65 KB

platform-test

This repo is used to test the Nava Platform.

Namely the AWS infrastructure template, with multiple applications and environments:

App Name Dev URL Prod URL
app
(source)
https://platform-test-dev.navateam.com https://platform-test.navateam.com
app-flask
(source)
https://app-flask.platform-test-dev.navateam.com
app-nextjs
(source)
https://app-nextjs.platform-test-dev.navateam.com
app-rails
(source)
https://app-rails.platform-test-dev.navateam.com/

app-flask

API

You can view API docs at /docs on the above URLs, in dev for example.

To retrieve the API key for use in the dev environment:

aws ssm get-parameter --name "/app-flask-dev/api-auth-token" --with-decryption --query Parameter.Value --output text