https://pulumi.com logo
Title
a

adorable-manchester-22573

05/04/2023, 7:48 AM
Hello ! I have a Pulumi adjacent question. My company is moving from using Serverless Framework to Pulumi to deploy our AWS resources. However, our devs rely heavily on Serverless's offline function to test and debug their Lambdas. We could continue to write serverless files on the side so that we can run our Lambdas locally, but this seems like extra work that's unnecessary. Anyone have any ideas about how to manage this workflow so that devs can continually test their Lambda functions in a seamless way without having to have another set of config files in addition to what we put in Pulumi? Thanks 😄
s

stocky-father-68249

05/04/2023, 8:37 AM
Import them 😅
We did the same
a

adorable-manchester-22573

05/04/2023, 1:21 PM
Can you elaborate? I'm not sure I understand.