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
- Host: GitHub
- URL: https://github.com/isbkch/dynamodb-trigger-cache-hydrator
- Owner: isbkch
- Created: 2020-08-10T02:31:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T17:50:25.000Z (about 3 years ago)
- Last Synced: 2024-04-18T13:58:56.851Z (almost 2 years ago)
- Topics: cache, cache-control, dynamodb, dynamodb-streams, lambda, redis, redis-cache, serverless-framework
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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