Skip to content
Discussion options

You must be logged in to vote

The common issue I hear when attempting to deliver the wasm content from the Lambda function is making sure they are being identified as binary content. If you are using version 9.0.1 or later of Amazon.Lambda.AspNetCoreServer it will automatically detect from it's side that wasm content type should be base 64 encoded. The other thing you need to make sure is that your API Gateway is configured for the wasm content type to return the data as binary data.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by boblodgett
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants