Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmmorris/bs-aws-sdk
BuckleScript bindings for the JavaScript AWS SDK
https://github.com/gmmorris/bs-aws-sdk
Last synced: about 2 months ago
JSON representation
BuckleScript bindings for the JavaScript AWS SDK
- Host: GitHub
- URL: https://github.com/gmmorris/bs-aws-sdk
- Owner: gmmorris
- License: mit
- Created: 2018-05-10T21:10:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T15:09:08.000Z (over 6 years ago)
- Last Synced: 2024-09-24T08:16:55.793Z (3 months ago)
- Language: OCaml
- Homepage:
- Size: 88.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bs-aws-sdk ![alt TravisCI Build](https://travis-ci.org/gmmorris/bs-aws-sdk.svg?branch=master)
Bindings for the JavaScript AWS SDK for [BuckleScript](https://github.com/bloomberg/bucklescript) in [Reason](https://github.com/aws/aws-sdk-js).
## Status
I have only implemented bindings for the AWS S3 upload function, as writing bindings for the AWS SDK is a full time job and so, for now, I'm just implementing what I need..
*PRs* are more than welcome for additional bindings.## Installation
```sh
npm install --save-dev @gmmorris/bs-aws-sdk
```Then add `@gmmorris/bs-aws-sdk` to `bs-dependencies` in your `bsconfig.json`:
```js
{
...
"bs-dependencies": ["@gmmorris/bs-aws-sdk"]
}
```