aws-lambda-graphql
aws-lambda-graphql copied to clipboard
Use AWS Lambda + AWS API Gateway v2 for GraphQL subscriptions over WebSocket and AWS API Gateway v1 for HTTP
`DynamoDB*Manager` classes allow developers to change the name of tables in DynamoDB but the problem is that the naming is not consistent. Ensure we use a format like `connectionsTable` or...
So right now EventStore is using dynamoDB table to store incoming events and ddb stream to relay that events one by one to event processor lambda. Basically something like that:...
Now the logic is basically copy paste in `MemoryEventProcessor` and `DynamoDBEventProcessor`. It'd be nice to abstract the shared parts.
Hello, thanks for this library! I've been trying to setup simple subscriptions based on your example server app. I managed to setup the authorizer on websocket, and retrieve user in...
Concerns about dynamoDB event store implementation, such as event publisher lambda trigger on each event occurring in events table, made me think about different approaches. I came up with two...
Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...
Hi Michael, Just wondered if this was on your radar at all and if so any sort of timeframe? If not and you're up for a discussion I'd be happy...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...