1 Answer
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 a year ago
- asked 7 months ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months 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