0.1.0 • Published 6 years ago

@gmmorris/bs-aws-sdk v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

bs-aws-sdkexpress

AWS SDK bindings for BuckleScript in Reason.

Getting Started

Install bs-aws-sdk using npm:

npm install --save bs-aws-sdk

Then add bs-aws-sdk as a dependency to bsconfig.json

Right now the library is at early stages, pull requests are welcome.

Run the example and tests:

Build and start the server:

npm start

Run the tests:

npm test