0.6.6 • Published 3 years ago

ocap-qldb-adapter v0.6.6

Weekly downloads
98
License
-
Repository
-
Last release
3 years ago

OCAP QLDB Example

This is an example project that shows how to start a OCAP Adapter that's baked by Amazon QLDB.

Checkout ./index.js for example code.

To get the example up and running, please following following steps.

Install on my ABT Node

Install on my ABT Node

1. Get Your AWS Access Key/Secret

https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started.nodejs.html

Your should get your AWS access key and secret when this step is done.

Make sure your account has full access to qldb ledgers.

2. Create your Ledge on QLDB Console

You should get the ledger name and ledger region when this step is done.

3. Setup Config file

Create a .env file at this example project root:

AWS_ACCESS_KEY_ID='CHANGE_THIS_TO_YOUR_ACCESS_KEY'
AWS_SECRET_ACCESS_KEY='CHANGE_THIS_TO_YOUR_ACCESS_SECRET'
AWS_LEDGER='ocap-qldb-demo'
AWS_REGION='ap-northeast-1'
0.6.6

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.5.0

3 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago