DockerImage usage #79
Replies: 4 comments
-
Hi @jordy-dam-inqdo, Thank you for posting the questions. I am sorry. Debugging Lambdas that are deployed as containers is not supported. I am curious what is the reason that you are using containers. Marko |
Beta Was this translation helpful? Give feedback.
-
Some of our clients are using containers, and with a team of developers requested the possibility of live debugging. I came across your repo and seemed interesting, unfortunately we have containers so we either have to create the extension as a separate docker image and add it to the lambda's dockerfile or include it directly. I am not sure we will be able to talk them out of using containers |
Beta Was this translation helpful? Give feedback.
-
Hi @jordy-dam-inqdo, Thanks for the additional information. If more users were interested in containers, I might consider supporting them. But for now, it looks more like a niche use case. |
Beta Was this translation helpful? Give feedback.
-
Understandable, thanks for the reply! And keep up the nice work with the debugger! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
My question is how can I use this if my lambda's are running as Docker images? Do I need to include the extension in the /opt/extensions? Do you have a sample on how to do this?
Thanks!
J.
Beta Was this translation helpful? Give feedback.
All reactions