1.1.3 • Published 7 years ago

users-api v1.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

users-api

AWS User API

I threw this API together to have a simple, Promise-based library for sample applications that would run in Node or a browser. The backend is an AWS API-Gateway connected to DynamoDB. The access key limits the number of transactions per month, so it's only for playing around with ;)

Functions:

retrieveUsers()
saveUser(user)
deleteUser(user)

User object structure:

{
    userId,      // string
    firstName,   // string
    lastName,    // string
    age          // number
}

Installation:

npm install

Test suite:

npm test

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago