| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-15 | 777 Bytes | |
| Release 2026-05-15 source code.tar.gz | 2026-05-15 | 28.0 MB | |
| Release 2026-05-15 source code.zip | 2026-05-15 | 30.2 MB | |
| Totals: 3 Items | 58.3 MB | 0 | |
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.