Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable bundling for server build #681

Merged
merged 1 commit into from Mar 11, 2023
Merged

Conversation

lpsinger
Copy link
Member

Bundle all of the dependencies for the server build instead of uploading node_modules. This results in much smaller Lambda sizes and should translate to much faster cold starts.

Bundle all of the dependencies for the server build instead of
uploading node_modules. This results in much smaller Lambda sizes
and should translate to much faster cold starts.
@lpsinger lpsinger added the infrastructure Issue relates to infrastructure (DevOps, cloud resources, etc.) label Mar 11, 2023
@codecov
Copy link

codecov bot commented Mar 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (5aa217a) 1.62% compared to head (76f88bf) 1.62%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #681   +/-   ##
=====================================
  Coverage   1.62%   1.62%           
=====================================
  Files         69      69           
  Lines       1601    1601           
  Branches     190     190           
=====================================
  Hits          26      26           
  Misses      1575    1575           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lpsinger lpsinger merged commit 1dfda3a into nasa-gcn:main Mar 11, 2023
@lpsinger lpsinger deleted the server-bundling branch March 11, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Issue relates to infrastructure (DevOps, cloud resources, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant