Juan Pablo Vega
Juan Pablo Vega
Here's my extension to handle Federated Identities right into User Pools. ``` const AWS = require('aws-sdk'); exports.handler = async (event) => { try { var cognitoIdentityServiceProvider = new AWS.CognitoIdentityServiceProvider(); switch...
Fixes #913.
Fixes #991.
Fixes #996. However, automated tests aren't part of this PR. Why ? - [Typescript users] Checking for compile time errors (type checking) can't happen at run time. Right ? -...
New example showing off Apollo Server with subscriptions. This could eventually be integrating right into the ApolloApi construct itself.
@jp said: > moving it to the `apis` level (minimal changes) will later move to `dbs` and apply to all `_query()` -- @jp