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
Change ApiGatewayClient and PermissionsClient to scoped
Updated service provider bindings to use scoped lifetime for ApiGatewayClient and PermissionsClient instead of singleton. This ensures a new instance per request, which may be necessary for correct dependency resolution or request-specific state.
0 commit comments