Closed aarsilv closed 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.
--no-handler-update
handler-update: false
update()
--handler
This also fixes the code that checks for the pending state.
Whoops; I mean to open this internally first.
with
--no-handler-update
this should pass inhandler-update: false
as an option toupdate()
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.