An open API service indexing awesome lists of open source software.

https://github.com/isbkch/dynamodb-trigger-cache-hydrator

Built with Serverless Framework, this Lambda function attaches onto your DynamoDB table and triggers automatically after every DynamoDB operation (Insert, Modify, Remove) in order to hydrate your Redis cache
https://github.com/isbkch/dynamodb-trigger-cache-hydrator

cache cache-control dynamodb dynamodb-streams lambda redis redis-cache serverless-framework

Last synced: 24 days ago
JSON representation

Built with Serverless Framework, this Lambda function attaches onto your DynamoDB table and triggers automatically after every DynamoDB operation (Insert, Modify, Remove) in order to hydrate your Redis cache

Awesome Lists containing this project

README

          

[![CodeQL](https://github.com/isbkch/dynamodb-trigger-cache-hydrator/actions/workflows/codeql-analysis.yml/badge.svg?branch=master)](https://github.com/isbkch/dynamodb-trigger-cache-hydrator/actions/workflows/codeql-analysis.yml)

# DynamoDB Trigger Cache Hydrator

Built with Serverless Framework, this Lambda function attaches onto your DynamoDB table and triggers automatically after every DynamoDB operation (Insert, Modify, Remove) in order to hydrate your Redis cache