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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ