aws / aws-lambda-dotnet

Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Apache License 2.0
1.58k stars 477 forks source link

Added application/wasm in the dictionary of known content types. #1794

Closed ashishdhingra closed 3 months ago

ashishdhingra commented 3 months ago

Issue #, if available: #1786

Description of changes: Added application/wasm in the dictionary of known content types.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ashishdhingra commented 3 months ago

Can you also version bump Amazon.Lambda.AspNetCoreServer.Hosting so it pulls in the new version of Amazon.Lambda.AspNetCoreServer?

Done