Hello ! I have a Pulumi adjacent question. My comp...
# general
a
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
Import them 😅
We did the same
a
Can you elaborate? I'm not sure I understand.