├── LICENSE ├── README.md └── docs └── implementations ├── aws.md ├── azion-edge-functions.md ├── cloudflare.md ├── lagon.md ├── netlify.md ├── openshift-serverless-functions.md └── vercel.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/README.md -------------------------------------------------------------------------------- /docs/implementations/aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/docs/implementations/aws.md -------------------------------------------------------------------------------- /docs/implementations/azion-edge-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/docs/implementations/azion-edge-functions.md -------------------------------------------------------------------------------- /docs/implementations/cloudflare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/docs/implementations/cloudflare.md -------------------------------------------------------------------------------- /docs/implementations/lagon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/docs/implementations/lagon.md -------------------------------------------------------------------------------- /docs/implementations/netlify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/docs/implementations/netlify.md -------------------------------------------------------------------------------- /docs/implementations/openshift-serverless-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/docs/implementations/openshift-serverless-functions.md -------------------------------------------------------------------------------- /docs/implementations/vercel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WinterTC55/proposal-functions-api/HEAD/docs/implementations/vercel.md --------------------------------------------------------------------------------