GitDeployHub

aws-samples/sample-semantic-layer-structured

github.com/aws-samples/sample-semantic-layer-structured ↗
Python
9 environment variables found in frontend/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • REACT_APP_API_URL API Configuration
  • REACT_APP_USER_POOL_ID Cognito Authentication (optional)
  • REACT_APP_USER_POOL_CLIENT_ID
  • REACT_APP_USER_POOL_DOMAIN
  • REACT_APP_CUSTOMER_NAME Branding
  • REACT_APP_CUSTOMER_LOGO
  • REACT_APP_NO_AUTH Development Mode (set to 'true' to bypass authentication)
  • REACT_APP_AUTH_MODE
  • REACT_APP_ENABLE_ONTOLOGY_AGENTS
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aws-samples/sample-semantic-layer-structured
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aws-samples/sample-semantic-layer-structured
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aws-samples/sample-semantic-layer-structured
Or deploy to a different host
← Try another repo