-
Notifications
You must be signed in to change notification settings - Fork 556
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
ApiGw websocket events #159
Conversation
Codecov Report
@@ Coverage Diff @@
## master #159 +/- ##
======================================
Coverage 69.8% 69.8%
======================================
Files 18 18
Lines 679 679
======================================
Hits 474 474
Misses 165 165
Partials 40 40 Continue to review full report at Codecov.
|
When WS Api gateway is using Authorize lambda function then field |
@Dasio doesn't sound very consistent. How should we call the struct when used for Authorize? Any example from other Lambda SDKs? |
I'm not sure about other SDKs. Just saying what I observed when I was trying to implement WS with go. |
Change authorizer to a map
Was the event data in this PR and #154 generated from ex: docs, an example project? I'd like to play with the apparent inconsistencies. |
@bmoffatt, |
changed wrong `Authorizer`
Support for ApiGw Websocket event.
fix: #154