This will allow some more control over calls to the Api, such as caching and rate limiting and suchlike. There will only be one lamda for a deployment, so it will be able to do this, whereas there may be many users running the front end app at one time, so they are only able to cache / rate limit / etc their own use.
Netflify has good support for serverless functions so hopefully it will be quite doable
This will allow some more control over calls to the Api, such as caching and rate limiting and suchlike. There will only be one lamda for a deployment, so it will be able to do this, whereas there may be many users running the front end app at one time, so they are only able to cache / rate limit / etc their own use.
Netflify has good support for serverless functions so hopefully it will be quite doable
https://www.netlify.com/products/functions/ https://www.netlify.com/products/dev/ https://css-tricks.com/netlify-functions-for-sending-emails/ https://functions.netlify.com/examples/ https://www.netlify.com/blog/2019/04/24/zero-config-yet-technology-agnostic-how-netlify-dev-detectors-work/