cloud-take-home-assignment-2/app.js
2024-05-10 14:03:05 +01:00

5 lines
151 B
JavaScript

process.env.PUBLISH_URL = 'http://localhost:3000';
const event = require('./event.json');
const { handler } = require('./dist/index');
handler(event);