Mukul Mantoshmukulmantosh.com·Feb 5, 2025How to Build an AI Assistant Using AWS Bedrock and GoThis tutorial explores how to build an AI assistant by integrating AWS Bedrock, Go programming, and React for a dynamic frontend. Make sure you have installed GoLand & WebStorm. Additionally, we expect that the intended audience would have experience...Let's Go!AWS
Panagiotis Katsaroumpas, PhDdeepdive.codiply.com·Jan 31, 2025Bedrock Agent with open-ended Action using SQLIn this post I will present an improvement to the restaurant reservation agent that allows the agent to find restaurants more efficiently by interacting with a structured database containing restaurant metadata. Iteration 1 (previous iteration) In my...Amazon Bedrock
Saurabh Naiksaurabhz.hashnode.dev·Jan 28, 2025Unlocking the Power of Serverless Agentic Workflows with Amazon BedrockIntroduction: Ever wondered how serverless AI workflows can revolutionize your business operations? Amazon Bedrock provides an innovative way to create, invoke, and connect intelligent agents seamlessly to existing systems, empowering you to achieve ...Generative AIAmazon Bedrock
Panagiotis Katsaroumpas, PhDdeepdive.codiply.com·Jan 26, 2025Breaking the Restaurant Reservation AgentIn my previous post I built a simple Restaurant Reservation Agent in Amazon Bedrock. In this post I try to break the agent and understand its weaknesses but also discover some of its superpowers. The agent has a knowledge base that allows it to searc...llm
Brayan Arrieta Alfarobrayanarrieta.hashnode.dev·Jan 21, 2025Unlocking AI Potential: Simplifying Generative AI with AWS BedrockAWS Bedrock is Amazon's cutting-edge service designed to simplify the integration of generative AI into applications. Offering access to pre-trained foundation models (FMs) from leading providers empowers developers to build intelligent, scalable app...Amazon Web Services
DataOps Labsblog.dataopslabs.com·Jan 20, 2025Leveraging Amazon Bedrock Knowledge Base with Amazon Nova for Complex Financial Use CasesIntroduction In the fast-paced world of finance, data is the backbone of innovation. Financial institutions rely on data-driven insights to recommend products, assess risks, and enhance customer experiences. Amazon Bedrock Knowledge Bases offer a pow...Amazon Bedrock
Panagiotis Katsaroumpas, PhDdeepdive.codiply.com·Jan 16, 2025Restaurant Reservation Agent with Amazon Bedrock and AWS CDKIn this post I will document my first attempt to build an Amazon Bedrock Agent with AWS CDK. The agent uses Retrieval Augmented Generation (RAG) to query a knowledge base containing restaurant descriptions and can perform the action of making a reser...49 readsaws-cdk
DataOps Labsblog.dataopslabs.com·Jan 13, 2025Exploring the Future of Generative AI with Amazon NovaIn this blog, we delve into the unique capabilities of Amazon Nova, explore its use cases, and provide detailed comparisons with traditional approaches to showcase its impact. Amazon Nova Models: Overview and Features Amazon Nova offers a comprehens...Amazon Web Services
Lucas Vera Toroblog.lucasdev.info·Dec 30, 2024Short story generator with AWS Bedrock and AmplifyIntroduction Recently, I got curious about how easy it is nowadays to build an AI-powered app. So, I decided to give it a shot and was blown away by how easy and fast it was. Given the some recent AWSome pre:invent announcements, I saw that the ampli...AWS - ServerlessAWS
Gedion Danielblog.gediondaniel.dev·Dec 11, 2024AWS Elastic Beanstalk: A Developer's Streamlined DeploymentAWS Elastic Beanstalk provides developers with a managed service for deploying and scaling web applications. This platform significantly simplifies the deployment process while maintaining developer control over the underlying infrastructure. Core De...AWS