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.

demandé il y a un an222 vues
1 réponse
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
EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions