-
Ref doc: In DotNet 8, we can now create a Blazor Web App with Interactive render mode WebAssembly. My goal is to get this working in Lambda Dotnet with the same functionality. This creates two projects. A Web Application and a Blazor WASM application. This allows us to deploy both a web app and wasm with each available as required. I created the equivalent Lambda DotNet Application with a project dependency on the Blazor WASM project. Two of the components are Server side rendered Home and Weather and these work fine in Lambda as expected as there is no WASM involved (this is just using Server Side Rendering). The Counter component is in the Blazor WASM project and will be packaged up as .wasm (not .dll). The issue I have is getting the publish for AWS Lambda working. I get the following:
Does anyone know how to package up the DotNet wasm environment for lambda? I really hope to get this going as then we can run server side and client side components from the same Lambda DotNet serverless environment. Thank you for any assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have opened this issue in AWS Toolkit for Visual Studio to see if I can get some help there. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
I have opened this issue in AWS Toolkit for Visual Studio to see if I can get some help there.