mapbox / streambot

DEPRECATED (SEE README) Robot-assisted deploys to Lambda
ISC License
39 stars 7 forks source link

Expose `context` #35

Closed rclark closed 8 years ago

rclark commented 8 years ago

There's more information in the context object than I realized. Streambot gives the worker access to a callback function (context.done.bind(context)), but nothing else.

Could add context vars to the environment (as long as they don't mask other vars).

cc @emilymcafee