mapbox / streambot

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

[wip] Now with more CFN #27

Closed rclark closed 9 years ago

rclark commented 9 years ago

Working on adjusting streambot to use CloudFormation more effectively.

cc @jakepruitt

rclark commented 9 years ago

This works! \o/

What we end up with is a system where you basically:

Before merge & major tag

rclark commented 9 years ago

Currently this doesn't actually end up providing a meaningful split between config and code. You just end up replacing whatever your real config is with one config parameter that you have to hard-code: the url for the configuration file.

Going to take another pass on the config utilizing a dynamodb table instead of S3 and see what that looks like. If it works better, I'll then go back to the struggle to document the complications of how to actually use this.