-
Notifications
You must be signed in to change notification settings - Fork 40
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
Added APIGatewayWebsocketRequest type #28
base: master
Are you sure you want to change the base?
Conversation
@akrylysov Figured we would want to support this... |
Added APIGatewayWebsocketRequest type
…nts in the apigateway cloudwatch logs
added pkg/errors to wrap the error with the payload message so it pri…
@akrylysov I am going to mark this as a draft for now. There will need to be some special opts for handling In my use case I need to perform a little auth validation and record an access event to the logs, so I define my Since this package aims to fabricate an http request from the event details, the If you have any opinions or feedback, please let me know. |
Provide options for websocket actions
I took some liberties, but please let me know if you have change requests. |
@akrylysov could you review this PR please? It would be very helpful! |
Thanks for the PR! Do you mind adding some tests? Take a look at https://github.com/akrylysov/algnhsa/blob/master/adapter_test.go |
No description provided.