Hi hackers! Do pulumi provides a kind of api gate...
# general
a
Hi hackers! Do pulumi provides a kind of api gateway + lambdas offline testing commands?
👍 1
s
if you're referring to
sam local
style testing, we're also very interested in something like this as well. working on isolating lambdas so they can be tested locally and also included in awsx-style eventHandlers at the same time.
a
yep that's what I am referring to
so this exist right now in pulumi or this local isolated test should be done in combination with another tool?
s
For us right now, pulumi is fast enough and easy to isolate by stacks, so we test in the cloud. But we’re going to look at modularizing our lambdas such that they can be unit tested locally as well. Don’t know of any tools that facilitate this yet