Remove Lambda Remove Performance Remove Serverless
article thumbnail

Serverless, it can help you brew beer

Xebia

How does Serverless help? This allows you to use a Lambda function to use business logic to decide whether the call can be performed. Conclusion Real-world examples help illustrate our options for serverless technology. The post Serverless, it can help you brew beer appeared first on Xebia.

article thumbnail

Create a generative AI–powered custom Google Chat application using Amazon Bedrock

AWS Machine Learning - AI

Before processing the request, a Lambda authorizer function associated with the API Gateway authenticates the incoming message. After it’s authenticated, the request is forwarded to another Lambda function that contains our core application logic. The code runs in a Lambda function. Implement your business logic in this file.

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

Although an individual LLM can be highly capable, it might not optimally address a wide range of use cases or meet diverse performance requirements. In contrast, more complex questions might require the application to summarize a lengthy dissertation by performing deeper analysis, comparison, and evaluation of the research results.

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. When you are creating a serverless project, this changes. This is because each lambda function needs to be its own module. files, forming its own module.

article thumbnail

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

AWS Machine Learning - AI

The solution presented in this post takes approximately 15–30 minutes to deploy and consists of the following key components: Amazon OpenSearch Service Serverless maintains three indexes : the inventory index, the compatible parts index, and the owner manuals index.

Lambda 115
article thumbnail

Using Golang for your AWS Lambda Functions

Xebia

I was sparked on a XKE to do a short experiment with using Golang for my AWS Lambda Functions. Next to the performance improvement you actually check if your program compiles. Tutorial Let’s deploy a small stack including a single Lambda function. But it contains the AWS::Serverless-2016-10-31 transformation.

Lambda 130
article thumbnail

AWS Lambda Benchmarking

Xebia

In this blog post, we examine the relative costs of different language runtimes on AWS Lambda. Many languages can be used with AWS Lambda today, so we focus on four interesting ones. Rust just came to AWS Lambda in November 2023 , so probably a lot of folks are wondering whether to try it out.

Lambda 130