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

fix(batch): make the webpackAwsSdk option available in batchOptions #838

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

gorohash
Copy link
Contributor

faast.js has added support for Node.js 18.x by adding the webpackAwsSdk option. If you set it to true, AWS SDK v2 will be bundled by webpack. However, duck will override this option because /^aws-sdk/?/ is included in the externals of webpackOptions by default.This PR fixes that.

@codecov-commenter
Copy link

Codecov Report

Merging #838 (319e03e) into master (b3e2942) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #838   +/-   ##
=======================================
  Coverage   58.01%   58.01%           
=======================================
  Files          28       28           
  Lines        3418     3418           
  Branches      295      295           
=======================================
  Hits         1983     1983           
  Misses       1435     1435           

@teppeis teppeis merged commit 81f74f2 into master Jan 25, 2023
@teppeis teppeis deleted the remove-aws-sdk-from-externals branch January 25, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants