Skip to content

This repositry contains the integrations with .NET Aspire for AWS.

License

Notifications You must be signed in to change notification settings

aws/integrations-on-dotnet-aspire-for-aws

Integrations with .NET Aspire for AWS

This repositry contains the integrations with .NET Aspire for AWS. The AWS integrations focus on provisioning and working with AWS application resources in development environment. Making the dev inner loop of iterating over application code with AWS resource seamless without having to leave the development environment.

For introduction on using AWS and Aspire checkout the Building .NET Applications Across Clouds with .NET Aspire talk as part of .NET Conf 2024.

image

Integrations

The following are the list of AWS integrations currently supported for .NET Aspire.

Aspire.Hosting.AWS

The hosting package to include in Aspire AppHost projects for provisioning and configuring AWS resources for Aspire applications. The package contains the following features.

  • Configure AWS credentials and region for AWS SDK for .NET
  • Provisioning AWS resources with CloudFormation template
  • Provisioning AWS resources with AWS Cloud Development Kit (CDK)

Check out the package's README for a deeper explanation of these features.

nuget downloads

Getting Help

For feature requests or issues using this tool please open an issue in this repository.

Contributing

We welcome community contributions and pull requests. See CONTRIBUTING for information on how to set up a development environment and submit code.

License

This library is licensed under the MIT-0 License. See the LICENSE file.