UNPKG

@chadkluck/cache-data

Version:

Cache data from an API endpoint or application process using AWS S3 and DynamoDb

9 lines (8 loc) 191 B
const tools = require("./lib/tools/index.js"); const cache = require("./lib/dao-cache.js"); const endpoint = require("./lib/dao-endpoint.js"); module.exports = { tools, cache, endpoint };