Environment Variable in Serverless
Hello, quick question, how do I pass environment variables in a request for serverless endpoint? Espcially assign them with a value dynamically while sending a request.
Solution
Modify your handler to read the data from request payload instead of environment variables.
