Bedrock unveiled: A Quick Lambda example

One of the most awaited AWS releases of 2023 is finally Generally Available (GA): Amazon Bedrock, a fully managed service to build generative AI applications with foundation models (FMs).

Amazon Bedrock is now generally available

Posted On: Amazon Bedrock, the easiest way to build and scale generative AI applications with foundation models (FMs)…

aws.amazon.com

This article shows how to enable Bedrock FMs and utilize them, for example, in Lambda functions. The use case is part of an AI assistant I created in a previous article.

Build your personal speaker assistant with Amplify and ChatGPT

As a speaker, it can be difficult to keep track of all the information you need to convey during a presentation. In…

levelup.gitconnected.com

The main difference with previous app is in the usage of the AI21Labs Jurassic model (via Bedrock) over the plain OpenAI model, and the resulting architecture will look like this:

Visit Now