Skip to content

Instantly share code, notes, and snippets.

@zeyneloz
Last active April 4, 2019 09:46
Show Gist options
  • Save zeyneloz/4a831790d70c670c0808111119de194a to your computer and use it in GitHub Desktop.
Save zeyneloz/4a831790d70c670c0808111119de194a to your computer and use it in GitHub Desktop.
exports.handler = async (event) => {
const translation = await translate(event.text, event.language);
return { text: translation };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment