Files
fission-src/demos/cncf-webinar/hello.js
T
Soam VasaniandGitHub 8329ef36b3 demo script updates (#934)
Demo script updates.  Record-replay, a bugfix in the canary demo script, etc.
2018-10-15 14:48:01 -07:00

8 lines
119 B
JavaScript

module.exports = async function(context) {
return {
status: 200,
body: "Hello, world!\n"
};
}