This message was deleted.
# general
s
This message was deleted.
m
Using the two together seems like it’d just make for extra work. I’ve used a little Serverless, but not a ton, so I’m curious where Serverless provides a better experience than Pulumi for you (assuming it’s not just about having to scrap work you’ve already done, which is totally understandable).
s
Personally I’ve found it easier to use whatever provisioning system I’m using for functions etc too, even if they’re developed with serverless or similar.
b
@miniature-musician-31262 I used Serverless to package my code & dependencies, then I use Pulumi's
sourceCodeHash
to detect changes and update Lambda accordingly One might argue that I could just
zip -r9
and package files myself, but I find that Serverless packaging utilities have nice glob pattern include/exclude mechanisms