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.

질문됨 2년 전235회 조회
1개 답변
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
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠