

 AWS SDK for .NET V3 がメンテナンスモードになりました。

[AWS SDK for .NET V4](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/welcome.html) に移行することをお勧めします。移行方法の詳細と情報については、[メンテナンスモードのお知らせ](https://aws.amazon.com/blogs/developer/aws-sdk-for-net-v3-maintenance-mode-announcement/)を参照してください。

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# AWS SDK for .NET での AWS と .NET Aspire との統合
<a name="aspire-integrations"></a>

.NET Aspire は、クラウド対応アプリケーションを構築する新しい方法です。特に、分散アプリケーションのコンポーネントを実行、接続、デバッグするローカル環境のオーケストレーションを提供します。クラウド対応アプリケーションの内部開発ループを改善するために、.NET アプリケーションを AWS リソースに接続するための .NET Aspire との統合が作成されました。これらの統合は、[Aspire.Hosting.AWS](https://www.nuget.org/packages/Aspire.Hosting.AWS) NuGet パッケージを通じて利用できます。

次の .NET Aspire 統合を使用できます。
+ [CloudFormation](https://aws.amazon.com/cloudformation/) を通じて AWS リソースをプロビジョニングする機能。この統合は、.NET Aspire AppHost プロジェクト内で使用されます。

  詳細については、ブログ記事「[Integrating AWS with .NET Aspire](https://aws.amazon.com/blogs/developer/integrating-aws-with-net-aspire/)」を参照してください。
+ AWS SDK for .NET のインストール、設定、および [Amazon DynamoDB local](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocalHistory.html) への接続。この統合は、.NET Aspire AppHost プロジェクト内で使用されます。

  詳細については、ブログ記事「[Integrating AWS with .NET Aspire](https://aws.amazon.com/blogs/developer/integrating-aws-with-net-aspire/)」を参照してください。
+ [AWS Lambda](https://aws.amazon.com/lambda/) 関数のローカル開発環境を有効にします。この統合は、.NET Aspire AppHost プロジェクト内で使用されます。

  詳細については、ブログ記事「[Building and Debugging .NET Lambda applications with .NET Aspire (Part 1)](https://aws.amazon.com/blogs/developer/building-lambda-with-aspire-part-1/)」および「[Building and Debugging .NET Lambda applications with .NET Aspire (Part 2)](https://aws.amazon.com/blogs/developer/building-lambda-with-aspire-part-2/)」を参照してください。
**注記**  
これはプレビューリリースの機能に関するプレリリースドキュメントです。このドキュメントは変更される可能性があります。

  この機能はプレビュー版であるため、プレビュー機能をオプトインする必要があります。このプレビュー機能とオプトイン方法の詳細については、[GitHub の開発トラッカーの問題](https://github.com/aws/integrations-on-dotnet-aspire-for-aws/issues/17)に関するページを参照してください。

## 追加情報
<a name="aspire-integrations-additional"></a>

[Aspire.Hosting.AWS](https://www.nuget.org/packages/Aspire.Hosting.AWS) で利用可能な統合の使用方法に関する追加情報と詳細については、以下のリソースを参照してください。
+ ブログ記事「[Integrating AWS with .NET Aspire](https://aws.amazon.com/blogs/developer/integrating-aws-with-net-aspire/)」。
+ ブログ記事「[Building and Debugging .NET Lambda applications with .NET Aspire (Part 1)](https://aws.amazon.com/blogs/developer/building-lambda-with-aspire-part-1/)」および「[Building and Debugging .NET Lambda applications with .NET Aspire (Part 2)](https://aws.amazon.com/blogs/developer/building-lambda-with-aspire-part-2/)」。
+ GitHub の [integrations-on-dotnet-aspire-for-aws](https://github.com/aws/integrations-on-dotnet-aspire-for-aws) リポジトリ。
+ [Aspire.Hosting.AWS](https://www.nuget.org/packages/Aspire.Hosting.AWS) NuGet パッケージの詳細な [README](https://github.com/aws/integrations-on-dotnet-aspire-for-aws/blob/main/src/Aspire.Hosting.AWS/README.md)。