Hi, how to test lambda locally? ( like invoke loca...
# aws
r
Hi, how to test lambda locally? ( like invoke local in serverless )
s
Aws has documentation using the sam or you can convert your lambda to a container image and go that route. All is avaliable online
r
Thanks James. Yeah I know that. I was thinking if I could keep all the works within pulumi.
without touching aws cli
b
There's nothing out of the box
f
I just did something like this yesterday in

https://www.youtube.com/watch?v=t_mLNzug2ho

using container images where it’s all within Pulumi
r
Thanks Lee. I’d check it! And thanks all for your answers!
b
oh my that's awesome @faint-table-42725!