Customize your Riza runtime environment using the API.
id
and revision_id
parameters, which we’ll use in future steps.
revision_id
each time you update your dependencies, while the runtime id
will remain the same.
status
parameter indicates whether the latest build is complete and whether it succeeded or failed.
To monitor progress, periodically call the API until the status is either "succeeded"
or "failed"
. The code below demonstrates this approach.
markdown
package using the custom runtime from the previous step.
marked
package using the custom runtime from the previous step.