Skip to content

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

Release 2026-02-25

25 Feb 17:44

Choose a tag to compare

Release 2026-02-25

Aspire.Hosting.AWS (13.0.0)

  • Remove preview flags on Lambda integration APIs
  • Updated to Aspire 13.0.0 packages
  • [Experimental] Add initial publish/deploy support using the extension method on

Release 2026-02-23

23 Feb 20:01

Choose a tag to compare

Release 2026-02-23

Aspire.Hosting.AWS (9.4.1)

  • Add checks for dev cert when choosing to enable Lambda HTTPS ports by default

Release 2026-02-19

19 Feb 17:44

Choose a tag to compare

Release 2026-02-19

Aspire.Hosting.AWS (9.4.0)

  • Add HTTPS support for Lambda and API Gateway emulators
  • [Breaking Change] Rename property to HttpPort to match new property on APIGatewayEmulatorOptions and LambdaEmulatorOptions
  • Added new property to disable default allocation of HTTPS endpoints on APIGatewayEmulatorOptions and LambdaEmulatorOptions
  • Change generation of Lambda launch settings profile to evaluate OutputPath property for launch profile working directory

Release 2026-02-05

05 Feb 00:39

Choose a tag to compare

Release 2026-02-05

Aspire.Hosting.AWS (9.3.2)

  • Update to version 0.12.0 of Lambda Test Tool
  • Update to version 1.14.2 of Amazon.Lambda.RuntimeSupport
  • Update code setting up launch profile for Lambda functions to handle Lambda Test Tool's version of Amazon.Lambda.RuntimeSupport being renamed to Amazon.Lambda.RuntimeSupport.TestTool

Release 2026-01-22

22 Jan 17:19

Choose a tag to compare

Release 2026-01-22

Aspire.Hosting.AWS (9.3.1)

  • Update AWSSDK.Core to 4.0.3.3

Release 2025-10-24

24 Oct 21:40

Choose a tag to compare

Release 2025-10-24

Aspire.Hosting.AWS (9.3.0)

  • Update dependency versions
  • [Breaking Change] Changed return type for AddAWSDynamoDBLocal to return IResourceBuilder from IResourceBuilder. This allows access to the inherited APIs from DynamoDBLocalResource's parent ContainerResource type.

Release 2025-07-02

15 Jul 15:49

Choose a tag to compare

Release 2025-07-02

Aspire.Hosting.AWS (9.2.6)

  • Fixed NullReferenceException thrown when provisioning a Cloud Foundation Tempalte without outputs

Release 2025-06-27

27 Jun 01:12

Choose a tag to compare

Release 2025-06-27

Aspire.Hosting.AWS (9.2.5)

  • Integrate Lambda Test Tool's feature for allowing saving requests
  • Fixed NullReferenceException thrown when provisioning a Cloud Foundation template without any outputs

Release 2025-06-20

20 Jun 21:08

Choose a tag to compare

Release 2025-06-20

Aspire.Hosting.AWS (9.2.4)

  • Fix concurrency issue when reading output from external processes

Release 2025-06-10

10 Jun 16:38

Choose a tag to compare

Release 2025-06-10

Aspire.Hosting.AWS (9.2.3)

  • Fixed issue with determining the framework or assembly for Lambda functions causing Lambda functions to fail to start
  • Add the option for users to customize cloudformation stack tags