Creating a secure serverless solution
When working with Generative AI models from Amazon Bedrock, organizations can develop an application that is secure and serverless. Instead of interacting directly with Amazon Bedrock using SDKs, they can have an interactive chatbot that abstracts away any complexity, provides a rich customer experience, and boosts overall productivity.
Figure 6.14 shows an architecture diagram of how the user can interact with the web-based chatbot developed via AWS Amplify and have conversations, generate text in various forms, and perform language translation, text summarization, and more:
Figure 6.14 – Serverless enterprise application with Amazon Bedrock
Let’s take a closer look at this process:
- User interaction with the chatbot on AWS Amplify: AWS Amplify is a comprehensive set of tools and services that simplify the development and deployment of full-stack cloud-powered web and mobile applications. The...