Blazor WebAssembly apps - Amazon SDK for .NET (V4)
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Version 4 (V4) of the Amazon SDK for .NET has been released!

For information about breaking changes and migrating your applications, see the migration topic.

Blazor WebAssembly apps

The Amazon Deploy Tool for the .NET CLI helps you host your Blazor WebAssembly application in Amazon S3, using Amazon CloudFront for content network delivery. Your app is deployed to an S3 bucket for web hosting. The tool creates and configures an S3 bucket, and then uploads your Blazor application to the bucket.

The Deploy Tool has the following capabilities:

  • Auto packaging and deployment – The tool builds the deployment artifacts, provisions the infrastructure by using a generated Amazon CDK deployment project, and deploys your application to the chosen Amazon compute.

  • Repeatable and shareable deployments – You can generate and modify Amazon CDK deployment projects to fit your specific use case. You can also version control your projects and share them with your team for repeatable deployments.

  • Help with learning Amazon CDK for .NET - The tool helps you gradually learn the underlying Amazon tools that it is built on, such as the Amazon CDK.

To learn more, see the tool overview. To get started from there, navigate to Documentation, Getting started, and choose How to install for installation instructions.