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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Hi! I have an Apollo server running using Serverless on AWS Lambda. I'm sending a bunch of mutations in a single batch to the Lambda. I would expect only one Lambda invocation for the whole batch. I'm seeing >=1 Lambda invocation per mutation in the batch. Splitting each mutation into a separate Lambda will be expensive and less efficient.
Hi! I have an Apollo server running using Serverless on AWS Lambda. I'm sending a bunch of mutations in a single batch to the Lambda. I would expect only one Lambda invocation for the whole batch. I'm seeing >=1 Lambda invocation per mutation in the batch. Splitting each mutation into a separate Lambda will be expensive and less efficient.
The text was updated successfully, but these errors were encountered: