UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

6 lines (4 loc) 108 B
'use strict'; exports.http = (request, response) => { response.status(200).send('Hello World!'); };