Language Support
Amazon CloudSearch provides support for multiple languages through its powerful text processing features. Built-in language-specific text analyzers allow the service to accurately interpret and index content in several languages, including English, French, German, Italian, Portuguese, and Spanish. …
AWS Certified Solutions Architect - Language Support Example Questions
Test your knowledge of Language Support
Question 1
A team needs to create an application with different language combinations supported by the Amazon Lex bot. What language combination is NOT supported by Amazon Lex?
Question 2
An e-commerce company uses AWS Lambda for its backend and needs to add multilingual (i18n) processing for international customers. The team is restricted to choosing from the following runtimes: Node.js, Python, or Java. Which Lambda runtime(s) can implement locale-aware processing using available libraries?
Question 3
An organization is migrating a Node.js service to AWS Lambda. The service relies on a native C++ addon (.node and shared libraries) that must be compiled for the Lambda execution environment (Amazon Linux 2). Several Lambda functions will use this addon, and the team wants a reusable, versioned package of the native binaries without bundling them into each function’s deployment package. What is the best approach for this migration?