UNPKG

serverless-scaleway-functions

Version:

Provider plugin for the Serverless Framework v3.x which adds support for Scaleway Functions.

12 lines (9 loc) 243 B
"use strict"; const RUNTIME_STATUS_AVAILABLE = "available"; const RUNTIME_STATUS_EOS = "end_of_support"; const RUNTIME_STATUS_EOL = "end_of_life"; module.exports = { RUNTIME_STATUS_AVAILABLE, RUNTIME_STATUS_EOS, RUNTIME_STATUS_EOL, };