-
Notifications
You must be signed in to change notification settings - Fork 231
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
Add Support for API Gateway Proxy events for WebSocket API #71
Comments
Workaround:
|
I believe this PR #92 fixes this issue. Still not present at version 2.6.0. Needs to be built from sources |
Hey @musketyr - support for API Gateway WebSocket API events was released in version |
thanks, that looks correct! |
* example app * now with annotation serialization * Add moshi serializer * Add jackson-jr serializer * Add fastJson serializer * Add gson serializer * Add RequestStreamHandler(GSON) example * feat: document BYOS * feat: document BYOS * feat: document BYOS * feat: document BYOS * fix: lint * fix: bump to java21 * fix: add samples in GitHub actions * fix: GitHub Actions * fix: GitHub Actions * fix: remove gradlew * fix: bump versions * fix: test GitHub action failure * fix: simplify Jackson Sample * fix: bump dependencies, remove junit, cleanup templates * fix: remove junit * fix: use try with resources --------- Co-authored-by: Mark Sailes <[email protected]> Co-authored-by: Andrea Culot <[email protected]>
the event for API Gateway Proxy events for WebSocket API has different format of the
requestContext
. Please, add support for these events as well.The text was updated successfully, but these errors were encountered: