0.0.1 • Published 4 years ago

amplify-cognito-promises v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Amplify Cognito Promises

CircleCI

The Amplify library by AWS is a nice little library for handling user management via Cognito, but every request requires a callback. Amplify Cognito Promises wraps (eventually)many of the normal user flow calls in a Promise, allowing you to easily handle these with async/await instead of callbacks.

This library still requires you to use the original Amplify for Cognito objects which are passed in.

Install

$ npm install amplify-cognito-promises

Usage