index.js 104 B

123456
  1. 'use strict';
  2. exports.main = async (event, context) => {
  3. return {
  4. returnBy: 'verify-client'
  5. }
  6. };