discindo/r2lambda

Reorganize the package to separate building the image from creating the lambda

teofiln opened this issue · 1 comments

As is, we can't create a new lambda based on the same tagged image and we can't test the lambda locally.

This comes down to moving some parts of deploy_lambda to a new function build_lambda.

#7 covers this.