You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@joguSD@dstufft@stealthycoin@jamesls@kyleknap Can we please have a form of chalice local that allows us to run a lambda function locally that isn't set to spin up a local server? I know #900 proposes having invoke for a local function. I would argue this is necessary behavior to accurate test an application before deploying.
I.E. I have a on_s3_event I would like to be able to test locally by feeding it a test event and running.
Totally agree with you. We don't have a local implementation of the invoke command yet. This is a duplicate of #899. We should have a local version of invoke as it at least unblocks basic testing of both pure lambdas, and lambda attached to events (though it might be cumbersome).
@joguSD @dstufft @stealthycoin @jamesls @kyleknap Can we please have a form of chalice local that allows us to run a lambda function locally that isn't set to spin up a local server? I know #900 proposes having invoke for a local function. I would argue this is necessary behavior to accurate test an application before deploying.
I.E. I have a
on_s3_event
I would like to be able to test locally by feeding it a test event and running.This may be a duplicate of #899
The text was updated successfully, but these errors were encountered: