Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
App deployment data
ZIP file containing the application source directory
Relative path to the entrypoint of the application
"src/app.py"
Version of the application. Can be any string.
"1.0.0"
Region for deployment. Currently we only support "aws.us-east-1a"
"aws.us-east-1a"
"aws.us-east-1a"
Allow overwriting an existing app version
false
Map of environment variables to set for the deployed application. Each key-value pair represents an environment variable.
Response
Deployment created successfully
Deployment record information.
Unique identifier for the deployment
"rr33xuugxj9h0bkf1rdt2bet"
Current status of the deployment
queued
, in_progress
, running
, failed
, stopped
"queued"
Deployment region code
"aws.us-east-1a"
"aws.us-east-1a"
Timestamp when the deployment was created
Status reason
"Deployment in progress"
Relative path to the application entrypoint
"src/app.py"
Environment variables configured for this deployment
Timestamp when the deployment was last updated