Skip to content

nickntg/UnlayerCache

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