claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

Add no-handler-update option to omit updating the handler on lambda #238

Closed aarsilv closed 2 years ago

aarsilv commented 2 years ago

with --no-handler-update this should pass in handler-update: false as an option to update() and it should then skip updating the handler in Lambda even when --handler is provided.

This also fixes the code that checks for the pending state.

aarsilv commented 2 years ago

Whoops; I mean to open this internally first.