Skip to content

Instantly share code, notes, and snippets.

@NikkiSiapno
Last active July 14, 2020 02:48
Show Gist options
  • Select an option

  • Save NikkiSiapno/2bade0b8c5dbdc4247cf0ab55c9e2c09 to your computer and use it in GitHub Desktop.

Select an option

Save NikkiSiapno/2bade0b8c5dbdc4247cf0ab55c9e2c09 to your computer and use it in GitHub Desktop.
const fetchData = require('./fetch.js')
exports.handler = async (event, context) => {
return await fetchData(event, context)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment