-
-
Notifications
You must be signed in to change notification settings - Fork 384
fix: add TypeScript type definition for request.earlyResponse #1277
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 8000 terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the PR, I think it needs a small update
|
I'll fix the PR tomorrow now that the release issue is sorted out! |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@middy/core@6.1.1, npm/@middy/util@6.1.1 |
@willfarrell ok the PR should be good now, although I got into a bit of a rabbit hole with the development setup:
|
Btw, I think the current |
Amazing stuff. Thanks!
I'm aware, kind of a legacy thing. I've added it to the v7 release to be updated. |
Thanks @willfarrell, I think this PR caused an issue in the TypeScript test fixtures in the |
This PR adds TypeScript type definitions for the
Request.earlyResponse
field. Fixes issue #1275