Join Slack
Powered by
can I import lambdas created outside CDK as CDK re...
# help
c
Carlos Daniel
05/31/2022, 12:11 AM
can I import lambdas created outside CDK as CDK resources? I searched a tad but didn’t find anything
j
justindra
05/31/2022, 1:17 AM
Do you mean like this?
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda-readme.html#imported-lambdas
f
Frank
05/31/2022, 5:37 AM
Yeah, you can import it as
@justindra
pointed out. Note that you won’t be able to live debug the imported functions.
c
Carlos Daniel
05/31/2022, 10:55 AM
thanks! I think that's what I was looking for
3
Views
Open in Slack
Previous
Next