cloud-take-home-assignment-2/app.js

5 lines
151 B
JavaScript
Raw Normal View History

2024-05-10 13:03:05 +00:00
process.env.PUBLISH_URL = 'http://localhost:3000';
const event = require('./event.json');
const { handler } = require('./dist/index');
handler(event);