AWS Lambda + Bedrock Tutorial

preview_player
Показать описание
Learn how to use AWS Lambda to invoke APIs from AWS Bedrock. This video is step by step using Python and boto3's Bedrock client to call the InvokeModel API. I also show you how to set up your IAM Permissions and modify your Lambda Timeout values to deal with slow responses from Bedrock.

📚 My Courses 📚

🎉SUPPORT BE A BETTER DEV🎉

📚 INCREDIBLE BOOKS TO BUILD YOUR ABILITY TO FOCUS AND ORGANIZE 📚

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#aws
#bedrock
#ai
#llm
Рекомендации по теме
Комментарии
Автор

Thanks for this! Please do make a video about the one using websocket for the streaming data. It could be more practical for real use case.

lmcgnlztable
Автор

Yes please make a video with websocket and berock!

locsta
Автор

Fascinating. Would love to see a websocket demo as well

giltchelet
Автор

I also would love to the the websocket implementation

AhumadaMauricio
Автор

Amazing video!
I would like to see the video about web sockets

nocomments_s
Автор

great video! Thanks for doing this. After watching and experimenting on my own, what really worries me is the fact that such a simple setup is so slow. 10 - 20 seconds for an answer is a dealbreaker on so many applications. Imagine a chatbot where the user needs to wait a half a minute to get a response if they type "hi". Why is Bedroc so painfully slow? How can anyone sanefully envision building an app with Bedrock given this latency?

channel_panel
Автор

Can you use AWS credits for a Claude AI subscription and then use Claude AI with this setup. I recall seeing Anthropic listed which seems to be behind ClaudeAI

fidgetspinner
Автор

is it only me or code is not in video description?

bertfranyie
Автор

Amazing!! 🎉 I believe streaming works with JavaScript

seawatts
Автор

thanks for posting this. Could you add the python code in the description notes?

movieholic
Автор

Please make a websocket + bedrock, that would be awesome!

JoshCrosby
Автор

How can I give it context, with information from a text that I previously extracted with texttract? pls.

shuerseba
Автор

+1 for websocket, eventually plain websocket with lambda, not strictly scoped to bedrock

giacomogaravaglia
Автор

How this work if you have your lambda private subnets?

justasimpledeveloper
Автор

how can we speed up the response time? has anyone tried using different models to see what is fastest? i guess prompt engineering can also reduce latency.

zFz
Автор

yes go ahead and make the video on websockets, you dont need our permission to do so. Permission-less mentality.

continuouslearner