Developer Tools
AWS Amplify
AWS Amplify supplies hosting and development capabilities for web and mobile applications connected to AWS backends. It can accelerate a secure GenAI user interface while authentication, authorization, and model access remain server controlled.
Key points
- Amplify Hosting supports managed builds, previews, and CDN delivery
- Client libraries integrate with services such as Cognito and AppSync
- Environment-specific backend configuration must not expose privileged credentials
When to use it
- Host a chat interface with branch previews
- Build a mobile assistant that authenticates through Cognito
Exam tips
- Use Amplify for front-end delivery, not as an authorization substitute for model APIs
- Never embed broad Bedrock credentials in browser code; invoke through a scoped backend