Jeffrey McGuffee aeb64fd3cc
feat(AWS API Gateway): Allow reuse and customization of schema models
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-26 12:25:07 +01:00

9 lines
104 B
JavaScript

'use strict';
module.exports.handler = () => {
return {
statusCode: 200,
body: 'OK',
};
};