can I import lambdas created outside CDK as CDK re...
# help
c
can I import lambdas created outside CDK as CDK resources? I searched a tad but didn’t find anything
f
Yeah, you can import it as @justindra pointed out. Note that you won’t be able to live debug the imported functions.
c
thanks! I think that's what I was looking for