Update Credentials
~/.aws/credentials
file with your AWS credentialsAWS_ACCESS_KEY_ID
+ AWS_SECRET_ACCESS_KEY
environment variablesaws configure
Update region and subnets
workspace/settings.py
file (required for ECS services)aws_region
Streamlit App Password
workspace/secrets/prd_app_secrets.yml
RDS database password
workspace/secrets/prd_db_secrets.yml
workspace/prd_resources.py
file.APP_PASSWORD
from the prd_app_secrets.yml
file (default: admin
)Enable FastApi
workspace/settings.py
file and set prd_api_enabled=True
Create FastApi resources
View API Endpoints
/docs
endpoint to view the API Endpoints.v1/assitants/chat
endpoint with