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

[node-bridge][build-utils] Add multi payload lambda handling in node-bridge #7507

Merged
merged 10 commits into from Mar 6, 2022

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Mar 2, 2022

Related Issues

x-ref: vercel/next.js#34935

📋 Checklist

Tests

  • The code changed/added as part of this PR has been covered with tests
  • All tests pass locally with yarn test-unit

Code Review

  • This PR has a concise title and thorough description useful to a reviewer
  • Issue from task tracker has a link to this PR

@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #7507 (5776056) into main (1e54d60) will not change coverage.
The diff coverage is n/a.

❗ Current head 5776056 differs from pull request most recent head e073235. Consider uploading reports for the commit e073235 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #7507   +/-   ##
=======================================
  Coverage   48.57%   48.57%           
=======================================
  Files         132      132           
  Lines        5295     5295           
  Branches     1328     1328           
=======================================
  Hits         2572     2572           
  Misses       2710     2710           
  Partials       13       13           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e54d60...e073235. Read the comment docs.

@ijjk ijjk added area: build-utils semver: patch PR contains bug fixes labels Mar 4, 2022
@kodiakhq kodiakhq bot merged commit 6b2a1c3 into main Mar 6, 2022
@kodiakhq kodiakhq bot deleted the ijjk/add-single-invoke-flag branch March 6, 2022 08:57
kodiakhq bot pushed a commit that referenced this pull request Apr 14, 2022
…7681)

### Related Issues

This ensures a content-type is always set inside of each part of the multi-part payload as it's needed for proper parsing. This also ensures non-200 status codes/headers are passed back separate when they differ so that they can be handled independently without assuming they all match. 

x-ref: https://vercel.slack.com/archives/C03AYHB6MA9
x-ref: #7507

### 📋 Checklist

<!--
  Please keep your PR as a Draft until the checklist is complete
-->

#### Tests

- [ ] The code changed/added as part of this PR has been covered with tests
- [ ] All tests pass locally with `yarn test-unit`

#### Code Review

- [ ] This PR has a concise title and thorough description useful to a reviewer
- [ ] Issue from task tracker has a link to this PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants