mapbox / streambot

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

Run updateFunctionCode when there is actually a match #20

Closed camilleanne closed 9 years ago

camilleanne commented 9 years ago

createFunction was being called every time deployFunction was called since if (match)... was always true being an empty array. Also, if there was a match, it should update, not create.

cc @rclark

rclark commented 9 years ago

:+1: mergetown!