{"id":20354343,"url":"https://github.com/hemerajs/hemera-dynamodb-store","last_synced_at":"2025-03-04T16:45:10.528Z","repository":{"id":57145782,"uuid":"115035106","full_name":"hemerajs/hemera-dynamodb-store","owner":"hemerajs","description":"Use DynamoDB with Hemera","archived":false,"fork":false,"pushed_at":"2017-12-29T21:25:14.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T18:04:34.404Z","etag":null,"topics":["aws","dynamodb","hemerajs","store"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hemerajs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-21T18:26:50.000Z","updated_at":"2017-12-25T14:29:49.000Z","dependencies_parsed_at":"2022-09-05T13:00:56.772Z","dependency_job_id":null,"html_url":"https://github.com/hemerajs/hemera-dynamodb-store","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fhemera-dynamodb-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fhemera-dynamodb-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fhemera-dynamodb-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemerajs%2Fhemera-dynamodb-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemerajs","download_url":"https://codeload.github.com/hemerajs/hemera-dynamodb-store/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241886108,"owners_count":20036959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","dynamodb","hemerajs","store"],"created_at":"2024-11-14T23:08:17.484Z","updated_at":"2025-03-04T16:45:10.510Z","avatar_url":"https://github.com/hemerajs.png","language":"JavaScript","readme":"# Hemera-dynamodb-store package\n\n[![Build Status](https://travis-ci.org/hemerajs/hemera-dynamodb-store.svg?branch=master)](https://travis-ci.org/hemerajs/hemera-dynamodb-store)\n[![npm](https://img.shields.io/npm/v/hemera-dynamodb-store.svg?maxAge=3600)](https://www.npmjs.com/package/hemera-dynamodb-store)\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](#badge)\n\nThis is a plugin to use [DynamoDB](https://aws.amazon.com/dynamodb/) with Hemera \n\n## Install\n\n```\nnpm i hemera-dynamodb-store --save\n```\n\n## Example\n\n```js\nhemera.use(require('hemera-dynamodb-store'), {\n   dynamodb: {\n        endpoint: 'http://localhost:8000',\n        region: 'eu-west-2'\n    }\n})\n\nhemera.ready(() =\u003e {\n  hemera.act({\n    topic: 'dynamo-store',\n    cmd: 'create',\n    collection: 'test',\n    data: {\n      id: '12345' , \n      name: 'John Doe'\n    }\n  }, function (err, resp) {\n    this.log.info(resp, 'Query result')\n  })\n})\n\n```\n\n## Tests\n\n```\nnpm run test\n```\n\n## Examples\n\n[Here](/examples) you can find some examples.\n\n## API\n\nSee [Store](https://github.com/hemerajs/hemera/tree/master/packages/hemera-store) Interface.\n\n## Dependencies\n\n- hemera-joi\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemerajs%2Fhemera-dynamodb-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemerajs%2Fhemera-dynamodb-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemerajs%2Fhemera-dynamodb-store/lists"}