Last active
July 14, 2020 02:48
-
-
Save NikkiSiapno/2bade0b8c5dbdc4247cf0ab55c9e2c09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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