# Getting started with Amazon Bedrock and Serverless

Serverless is a great technology to build your artificial intelligence applications, as most of the AI services that AWS provides are serverless.

In this article, you will find a list of resources that can be useful when getting started building applications with Amazon Bedrock.

## Amazon Bedrock

### What is Amazon Bedrock?

Amazon Bedrock is a fully managed service that offers a selection of high-performing foundational models along with a broad set of capabilities to build gen AI applications. 

Let's go into that definition and break it out in parts.

* Bedrock is a serverless service
    
* Bedrock offers many foundational models. Bedrock hosts those FM and you using the same API can switch the model your application is using.  
    You can find models from AI21, Anthropic, Cohere, Meta, Stability AI and Amazon. 
    
* You can also adapt your models with data, either by fine tune them using your own data-sets or by creating knowledge bases to your data.
    
* Bedrock offers a set of capabilities to build Gen AI applications. Capabilities that range from RAG - retrieval augmented generation, Bedrock Agents, Guardrails, and many other features that allow you to build secure Gen AI applications.
    

### Amazon Bedrock Features

#### Bedrock response streaming

%[https://youtu.be/NDtrk9Pm9w0] 

#### Knowledge Bases and Agents

%[https://youtu.be/P9n8BE693go] 

## Amazon Bedrock and AWS Lambda

### Lambda and Python

%[https://youtu.be/P9Lnf4GMUsI] 

### Lambda and NodeJS

%[https://youtu.be/n-2C5hWB1os] 

## Amazon Bedrock and AWS Step Functions

%[https://youtu.be/Na8Orgzb2TM] 

[Launch blog post - **Build generative AI apps using AWS Step Functions and Amazon Bedrock**](https://aws.amazon.com/blogs/aws/build-generative-ai-apps-using-aws-step-functions-and-amazon-bedrock/)

## More related content...

* [Check my blog post with resources about building AI Serverless applications, where you can find a full demo of this topic.](https://blog.marcia.dev/building-ai-apps-with-serverless-resources)
    
* [\[Spanish\] - Aprende sobre como construir applications de inteligencia artificial generativa con serverless](https://youtu.be/KLEX1-cS2l4?si=UbbmULrYIZRP0VV5)
