-
-
Notifications
You must be signed in to change notification settings - Fork 833
Open
Description
When running in serverless environments like AWS Lambda the startup time of the application is of unusual importance. It is valuable to move as much startup operation into the build step as possible, in order to reduce startup time
Describe the solution you'd like
makeExecutableSchema does a lot of parsing and object graph construction. This work is slow, heavily impacting the startup time. It would be awesome if this could be done as a build step, with an output of a pre-built JS (or better yet, TS) file that could be loaded at run-time. This would eliminate a costly string-parsing step from startup.
Describe alternatives you've considered
The existing solution works, but it is slow.
n1ru4l, ab294, victorhenrion, asztal, matthew-valenti and 7 more
Metadata
Metadata
Assignees
Labels
No labels