This content originally appeared on Raymond Camden and was authored by Raymond Camden
One of the first things that intrigued me about serverless, and honestly it's not really that novel, is the ability to build proxies to other APIs. So for example, imagine a cool API that requires authentication of some sort to use, like an API key. If you use this in client-side JavaScript, anyone can look at your code and get your key. Better services let you lock a key to a domain, but if you don't have that option, then a simple use of serverless is to simply give you an endpoint that makes the call to the API with your key.
This content originally appeared on Raymond Camden and was authored by Raymond Camden
Raymond Camden | Sciencx (2021-06-30T18:00:00+00:00) Using Pipedream to Proxy Other APIs. Retrieved from https://www.scien.cx/2021/06/30/using-pipedream-to-proxy-other-apis/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.