Diagnose deployment failures for Express | Ample

INFRASTRUCTURE

What it needs

PREREQUISITES

Before you start

TESTED CONFIGURATION

Exactly what was tested

STEP BY STEP

How to do it

  1. Read the failure code

    Exit 1 with build_failed means the isolated build failed; exit 2 means a required preflight action is blocking.

  2. Read the build log

    The last lines name the failing command.

    ample logs <deployment_id> --kind build
    
  3. Read the runtime log

    For a live-but-misbehaving app the runtime log shows the process output.

    ample logs <deployment_id> --kind runtime
    
  4. Fix and redeploy once

    Change the source or the command override, then run ample deploy again. Do not loop deploys to poll status.

EXAMPLES

Tested examples

SUCCESS CHECKS

How to know it worked

LIMITATIONS

Know the limits

COST

Cost estimate

Unknown. No price is claimed for this recipe.

EVIDENCE

Verification evidence

EXECUTION

Execution binding

No execution binding. This recipe is documentation only; nothing is executed automatically.

NEXT ACTIONS

Typed next actions

Actions describe possible next steps. They are typed data, not commands, and grant no permission. Public discovery never provisions anything; planning requires your own authenticated token and approval happens in your client.