We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8febc8d commit 2382b56Copy full SHA for 2382b56
README.md
@@ -42,7 +42,7 @@ func main() {
42
cfg := &demux.Cfg{
43
Factories: []demux.Factory{
44
func(ctx *demux.EventContext) any {
45
- if demux.HasAttribute(ctx.event, "connectionId") {
+ if demux.HasAttribute(ctx.Event, "connectionId") {
46
return &events.APIGatewayWebsocketProxyRequest{}
47
}
48
return &events.APIGatewayProxyRequest{}
0 commit comments