Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 879 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 879 Bytes

talko-dynamo-db-worker

Talko dynamodb-worker is an AWS lambda function that is designed to be periodically called to check for new blockchain updates from the.graph API.

Together with https://github.com/ATARCA/nft-share-platform-discord-integration it forms a system where this dynamodb worker searches for new blockchain events via a public API, updates a dynamodb document database in AWS and allows other services such as AWS lambda social media integration scripts to consume blockchain information from document database.

This repository is designed to be used with an a deployed instance of https://github.com/ATARCA/nft-share-platform-subgraph graph API.

For deployment of lambda function you can either utilize the included git workflow templates or check the official AWS documentation https://docs.aws.amazon.com/lambda/latest/dg/lambda-deploy-functions.html .