Build Details
Builds are packages of Functions and Assets that you bundle together for deployment. Builds contain Function Version SIDs, Asset Version SIDs, and dependencies. Dependencies are Node.js packages from NPM.
Dependencies are defined as JSON strings, for example:
Builds take time to package, deploy and be verified. After creating a build, it is best to poll every 1 second to check the build status. When a build is verified, it is ready to be used in a Deployment.
List of build statuses
Build Status |
Meaning |
Queued |
A build request has been queued to be picked and deployed. |
Building |
Build request being processed by the packager. |
Deploying |
New package is being uploaded. |
Deployed |
Package successfully deployed. |
Verified |
We have run a health check on the uploaded package and verified it. |
Failed |
Packaging has failed at any of the above step. |
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the Twilio tag on Stack Overflow.