🤕 clumsy.dev 🚀

Translate Things With AWS and Cloudflare Workers

awsapicloudflare workers

Use AWS Translate with Cloudflare Workers to translate words and sentences from one language to another. I mainly created this to use it in a workflow with Alfred so I can quickly translate a word without opening a web page.

Since you still can't expose Lambda functions via a public URL without using things like Load Balancers or API Gateway, let's just put a Cloudflare Worker in between.

The project including how to install and use it is available on GitHub.