You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snapstart Minimal API Performance Improvements (#2010)
* Add AddAWSLambdaBeforeSnapshotRequest to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback.
* inline SnapstartHelperLambdaRequest
* add auto version change
* add support for additional LambdaEventSource
* update documentation
* Fix bugs in LambdaSnapstartExecuteRequestsBeforeSnapshotHelper and add unit tests
* removed duplicate reference to snk
* update AddAWSLambdaBeforeSnapshotRequest() to support AOT by optimizing json serialization, adjust #if blocks and fix simple warnings
* remove requirement that Amazon.Lambda.RuntimeSupport make InternalsVisibileTo Amazon.Lambda.AspNetCorServer.Hosting
* migrate extension method to use HttpRequestMethods instead of collecting calls to HttpClient
* Add Snapstart helper to AbstractAspNetCoreFunction
* rename RegisterBeforeSnapshotRequest to GetBeforeSnapshotRequests
* optimize HttpRequestMessageSerializer and remove AspNetCoreServers's dependency on RuntimeSupport
* Update the Minimal API extension method to use GetBeforeSnapshotRequests.
* Add additional test for asp.net workloads
* improve documentation
* impvoe unit tests
"Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback."
0 commit comments