Remove Lambda Remove Serverless Remove Technical Review
article thumbnail

Serverless, it can help you brew beer

Xebia

I like to combine technology with something more practical. This helps me understand the technology much better. How does Serverless help? Due to this requirement, I used the API Gateway service from AWS. This allows you to use a Lambda function to use business logic to decide whether the call can be performed.

article thumbnail

Accelerate AWS Well-Architected reviews with Generative AI

AWS Machine Learning - AI

As systems scale, conducting thorough AWS Well-Architected Framework Reviews (WAFRs) becomes even more crucial, offering deeper insights and strategic value to help organizations optimize their growing cloud environments. This time efficiency translates to significant cost savings and optimized resource allocation in the review process.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Multi-LLM routing strategies for generative AI applications on AWS

AWS Machine Learning - AI

For example, consider a text summarization AI assistant intended for academic research and literature review. For instance, consider a customer service AI assistant that handles three types of tasks: technical support, billing support, and pre-sale support. Such queries could be effectively handled by a simple, lower-cost model.

article thumbnail

Enhance customer support with Amazon Bedrock Agents by integrating enterprise data APIs

AWS Machine Learning - AI

Access to car manuals and technical documentation helps the agent provide additional context for curated guidance, enhancing the quality of customer interactions. The Lambda function runs the database query against the appropriate OpenSearch Service indexes, searching for exact matches or using fuzzy matching for partial information.

Lambda 115
article thumbnail

Using Golang for your Serverless projects

Xebia

In one of my previous blogs I wrote why I switched to compiled languages for my lambda functions. But using Golang for your lambda functions does add some challenges. I am mentioning this before we dive into the challenges to keep the focus on the solution and not the technology. This is now scattered over your lambda functions.

article thumbnail

Create generative AI agents that interact with your companies’ systems in a few clicks using Amazon Bedrock in Amazon SageMaker Unified Studio

AWS Machine Learning - AI

Generative AI-powered agents for automated workflows Amazon Bedrock in SageMaker Unified Studio allows you to create and deploy generative AI agents that integrate with organizational applications, databases, and third-party systems, enabling natural language interactions across the entire technology stack. List recent customer interactions.

article thumbnail

Rotating secrets with serverless

Xebia

Rotating secrets is a critical element to your security posture that, when done manually, is often overlooked due to it being a more and more tedious and complex process as the company and secrets grow. For an in depth and technical explanation of the implementation, please take a look here. With that being said, let’s begin!