UNPKG

website-deploy

Version:

A simple utility to deploy a static website to [s3-bucket, lambda, ...]

9 lines (8 loc) 180 B
exports.handler = async (event) => { // TODO implement const response = { statusCode: 200, body: JSON.stringify("Hello from test1 Lambda!"), }; return response; };