1 Answer
- Newest
- Most votes
- Most comments
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.
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 3 years ago

I am using runtime .NET6. My runtime misses the package "gss-ntlmssp". The below link refers to the exact issue I am facing.
Ref : https://github.com/dotnet/runtime/issues/3128