How to deploy Blazor WebAssembly to AWS Amplify by @RealSwimburger swimburger.net
With ASP.NET Blazor WebAssembly (WASM) you can create .NET web applications that run completely inside of the browser sandbox. The published output of a Blazor WASM project are static files. Now that you can run .NET web applications without server-side code, you can deploy these applications to various static site hosts, such as AWS Amplify.
Report Story
Leave Your Comment