DEV Community

Discussion on: Protecting API keys with Serverless Functions

Collapse
 
gotnoshoeson profile image
Miles Patterson

So netlify is saving the URL somewhere in the local codebase? Thatโ€™s the part that confuses me when trying to understand the workflow. Feels like the routing to the hosted serverless function is being handled auto-magically ๐Ÿช„ in the background. Is the route being written somewhere by the netlify CLI? Essentially, how is the deployed version of the app accessing the deployed lambda/serverless?