aws-lambda-graphql icon indicating copy to clipboard operation
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

Results 38 aws-lambda-graphql issues
Sort by recently updated
recently updated
newest added

I'll use Gitbook for that. Closes #89

work in progress

`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...

breaking-change

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:...

question

Now the logic is basically copy paste in `MemoryEventProcessor` and `DynamoDBEventProcessor`. It'd be nice to abstract the shared parts.

enhancement

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...

question

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...

question

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...

dependencies

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]...

dependencies