index.js 71 B

123
  1. exports.main = async (event, context) => {
  2. return 'hello world';
  3. };