1.1.3 • Published 8 years ago

users-api v1.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago