aws-appsync-relay icon indicating copy to clipboard operation
aws-appsync-relay copied to clipboard

A sample Relay app using AWS AppSync

Results 3 aws-appsync-relay issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Hi Kelvin, When I try to do the 2nd step of **Launching the AppSync backend** `aws cloudformation deploy --template-file packaged_template.yml --stack-name AppSyncRelay --capabilities CAPABILITY_NAMED_IAM` I receive the following error: ```...

Need to keep count of how many subscribers are connected with each subscription. For UserA, UserB are connected with SubscriptionA : then 2 is the total subscribers For UserA are...