Create helloget.js
This commit is contained in:
parent
500f932c0d
commit
128c86dab1
5
functions/helloget.js
Normal file
5
functions/helloget.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module.exports = {
|
||||||
|
foo: function (event, context) {
|
||||||
|
return 'hello world!';
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user