Skip to content

nickntg/UnlayerCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6fcae9 · May 16, 2024

History

25 Commits
May 16, 2024
Feb 21, 2024
Aug 10, 2022
Aug 7, 2023
Aug 10, 2022
Aug 10, 2022
Aug 7, 2023
Dec 7, 2023

Repository files navigation

UnlayerCache

This is a cache proxy for some methods of the Unlayer API.

Unlayer is a service that allows you to easily build responsive email templates. The service is being typically used to create user-facing emails.

Clients may want to perform caching on some aspects of the Unlayer API, namely the endpoints that allow the retrieval and rendering of a template. This may be desirable in order to reduce calls to Unlayer or to use the cache when the Unlayer API is unavailable. Unlayer Cache is a .Net web API that acts as a intelligent pass-through proxy to cache the results of these two calls. The service uses AWS Dynamo tables as a cache and can be deployed either on an EC2 or as a lambda docker image reachable via API Gateway.

About

A cache proxy for some methods of the Unlayer API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published