Skip to content

Release 2026-05-15#2382

Merged
GarrettBeatty merged 2 commits into
devfrom
releases/next-release
May 15, 2026
Merged

Release 2026-05-15#2382
GarrettBeatty merged 2 commits into
devfrom
releases/next-release

Conversation

@aws-sdk-dotnet-automation
Copy link
Copy Markdown
Collaborator

Release 2026-05-15

Amazon.Lambda.AspNetCoreServer (10.1.0)

  • Add APIGatewayWebsocketApiProxyFunction (and TStartup variant) so API Gateway WebSocket APIs can be hosted via LambdaServer (DI, controllers). WebSocket events are dispatched as POST requests whose path is the RouteKey, allowing controller actions like [HttpPost()] to handle them.
  • Expose ParseHttpPath, ParseHttpMethod, and AddMissingRequestHeaders as protected virtual hooks on APIGatewayProxyFunction so subclasses can customize how the API Gateway request is mapped onto the ASP.NET Core request feature.

Amazon.Lambda.AspNetCoreServer.Hosting (2.1.0)

  • Add LambdaEventSource.WebsocketApi so AddAWSLambdaHosting can wire ASP.NET Core minimal APIs and controllers up to API Gateway WebSocket events.

@aws-sdk-dotnet-automation aws-sdk-dotnet-automation requested a review from a team as a code owner May 15, 2026 18:42
@aws-sdk-dotnet-automation aws-sdk-dotnet-automation added the Release PR A Release PR that includes versioning and changelog changes label May 15, 2026
@aws-sdk-dotnet-automation aws-sdk-dotnet-automation requested a review from a team as a code owner May 15, 2026 18:42
@aws-sdk-dotnet-automation aws-sdk-dotnet-automation added the Release PR A Release PR that includes versioning and changelog changes label May 15, 2026
@GarrettBeatty GarrettBeatty merged commit c523ea6 into dev May 15, 2026
7 checks passed
@AlexDaines AlexDaines deleted the releases/next-release branch May 15, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release PR A Release PR that includes versioning and changelog changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants