#Environment Variable in Serverless

5 messages · Page 1 of 1 (latest)

zenith grail
#

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.

fallow grail
#

Already answered you in #🎤|general , you should post to 1 place only and not multiple places.

#

You can't pass environment variables at request level, they are done at template level.

#

Modify your handler to read the data from request payload instead of environment variables.