A developer built a tool using Amazon's Polly text-to-speech service to pronounce unfamiliar words from Wikipedia by converting International Phonetic Alphabet (IPA) notation into audio. The solution uses a Lambda function triggered via API Gateway that sends IPA notation to Polly with SSML phoneme tags, then returns Base64-encoded audio without requiring S3 storage.