Describe the feature
This request is the same as #735 which was closed due to staleness.
Add in the missing required libraries to make NTLM auth work in a .net core lambda.
Use Case
We are struggling to consume older soap-based services that rely on NTLM authentication. The workaround to create a custom image with the necessary dependencies and deploy that to our lambda increases build time and requires increased maintenance.
Proposed Solution
Install the gssntlmssp (sometimes called gss-ntlmssp) in the lambda runtime so it is available for use
Other Information
No response
Acknowledgements
AWS .NET SDK and/or Package version used
Not relevant
Targeted .NET Platform
.Net 6 and above
Operating System and version
AmazonLinux
Describe the feature
This request is the same as #735 which was closed due to staleness.
Add in the missing required libraries to make NTLM auth work in a .net core lambda.
Use Case
We are struggling to consume older soap-based services that rely on NTLM authentication. The workaround to create a custom image with the necessary dependencies and deploy that to our lambda increases build time and requires increased maintenance.
Proposed Solution
Install the gssntlmssp (sometimes called gss-ntlmssp) in the lambda runtime so it is available for use
Other Information
No response
Acknowledgements
AWS .NET SDK and/or Package version used
Not relevant
Targeted .NET Platform
.Net 6 and above
Operating System and version
AmazonLinux