Jacob Hogenkamp
01/01/2022, 6:25 PMsls invoke local -f <handler> -d '<event>'
Is it better to use a local invokation with SAM or is there a way to leverage the live-lambda environment?
My use case is to iteratively rerun a S3 upload notification event when an image processing handler fails and needs debugging.Garret Harp
01/01/2022, 7:26 PMFrank
Frank
replay
or invoke a lambda by providing the event objectJacob Hogenkamp
01/03/2022, 1:16 PM