IronFunctions::Route

December 19, 2016 ยท View on GitHub

Properties

NameTypeDescriptionNotes
pathStringURL path that will be matched to this route[optional]
imageStringName of Docker image to use in this route. You should include the image tag, which should be a version number, to be more accurate. Can be overridden on a per route basis with route.image.[optional]
headersHash<String, Array<String>>Map of http headers that will be sent with the response[optional]
memoryIntegerMax usable memory for this route (MiB).[optional]
typeStringRoute type[optional]
formatStringPayload format sent into function.[optional]
max_concurrencyIntegerMaximum number of hot containers concurrency[optional]
configHash<String, String>Route configuration - overrides application configuration[optional]
timeoutIntegerTimeout for executions of this route. Value in Seconds[optional]