How to install packages in lambda running linux machine

0

I have a lambda service which tries to call a WCF service. But I can't directly invoke the service as there is virtual IP set in between. So my lambda needs to call the virtual IP from there the call is redirected to the specified WCF service. While trying to make the call, I got below exception from the service.

"GSSAPI operation failed with error - An unsupported mechanism was requested. NTLM authentication requires the GSSAPI plugin 'gss-ntlmssp"

I searched for a solution and most of them says need to install GSSAPI plugin in the linux machine that runs the lambda service. I don't know how and where I can do that.

I am new to this. Looking forward to all the supporters.

gefragt vor 2 Jahren232 Aufrufe
1 Antwort
0

You can include additional libraries when you create your Lambda function: https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html

You haven't mentioned what runtime you're using but there are instructions in the documentation for each of them.

profile pictureAWS
EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen