AWS Lambda + ChatGPT API = 🔥

  Рет қаралды 6,493

Gokce DB

Gokce DB

Күн бұрын

Пікірлер: 50
@miboso2024
@miboso2024 8 ай бұрын
Nice video, I got stuck with "No module named `pydantic_core._pydantic_core` error", run pip3 -V in your cloud9 ide to get the python version, and use that as the runtime version in your lambda function. Worked for me.
@miboso2024
@miboso2024 8 ай бұрын
@@saipranavvuppala7829 what is your python version?
@nelljrbr
@nelljrbr Жыл бұрын
Man! your style is very nice! Both, the way you dress, and the way you explain!
@thiagobueno9953
@thiagobueno9953 Ай бұрын
i agree, made my evening
@serdarb8995
@serdarb8995 8 ай бұрын
Thank you but I am getting No module named `pydantic_core._pydantic_core` error
@michaelbrand2044
@michaelbrand2044 Жыл бұрын
Bro love your videos
@GokceDB
@GokceDB Жыл бұрын
Thank you! :)
@umairw235
@umairw235 11 ай бұрын
where can I get the lambda script you pasted?
@muhammadaasimsoomro4971
@muhammadaasimsoomro4971 Жыл бұрын
can we use langchain along with vector db ?
@mstrkittty
@mstrkittty 10 ай бұрын
i'm getting: ""errorMessage": "Unable to import module 'lambda_function': No module named 'pydantic_core._pydantic_core'"" but I see it in the folder when i ls
@toute-belle590
@toute-belle590 9 ай бұрын
I found a GitHub repository that offers an OpenAI layer and solves the issue: "Unable to import module 'lambda_function': No module named 'pydantic_core._pydantic_core'". @Gokce DB, could you create a tutorial on this topic, as we are encountering the same error with the anthropic library.
@enricotrivellato2898
@enricotrivellato2898 8 ай бұрын
Same error here.
@toute-belle590
@toute-belle590 8 ай бұрын
The more easiest, it's to use lambda with bedrock ​@@enricotrivellato2898
@rakeshchavan7839
@rakeshchavan7839 4 күн бұрын
@@toute-belle590 Can you share that Github repository ?
@tomrainey-w7u
@tomrainey-w7u Жыл бұрын
I love your style, but I need help! I tried twice and get this error when I run the test in Lambda: "Unable to import module 'lambda_function': No module named 'pydantic_core._pydantic_core'",
@GokceDB
@GokceDB Жыл бұрын
Try installing this module :)
@L12393
@L12393 Жыл бұрын
same problem here...
@GokceDB
@GokceDB Жыл бұрын
@@L12393 did you try installing the module?
@L12393
@L12393 Жыл бұрын
​@@GokceDB I tried to pip install pydantic-core and add it to a new layer but the error occurs.
@L12393
@L12393 Жыл бұрын
Hey, did you find a solution? @@GokceDB This is the error message when I follow your steps.: { "errorMessage": "Unable to import module 'lambda_function': No module named 'pydantic_core._pydantic_core'", "errorType": "Runtime.ImportModuleError", "requestId": "93f7da54-3f7e-41a5-95d2-9038bc158337", "stackTrace": [] } The only thing I noticed was that you have a .C9 folder in your environment. Is that related?
@patrickevanroach7498
@patrickevanroach7498 9 ай бұрын
Very nice video, I am having similar issues to many other with pylance it appears there is a hurdle there that could be addressed
@OkiemTaty
@OkiemTaty Жыл бұрын
I am getting internal server error at the end after creating function URL. any ideas?
@shamsudheenmarakkar7346
@shamsudheenmarakkar7346 Жыл бұрын
Hey need help My lambda give error "message": "Endpoint request timed out" even after changing it to 5 minutes. How to solve this?
@GokceDB
@GokceDB Жыл бұрын
Make sure it works in Playground first: platform.openai.com/playground
@shamsudheenmarakkar7346
@shamsudheenmarakkar7346 Жыл бұрын
@@GokceDB Yes. It does.
@GokceDB
@GokceDB Жыл бұрын
@@shamsudheenmarakkar7346 is your Lambda running in a VPC? Does it have access to the internet?
@kevinpicado7610
@kevinpicado7610 Жыл бұрын
awesome!!! 🤯
@GokceDB
@GokceDB Жыл бұрын
:)
@danielquiroga43
@danielquiroga43 Жыл бұрын
It says that I'm missing pylance eventhouhg pylance is installed with openai
@GokceDB
@GokceDB Жыл бұрын
That’s strange! Perhaps try installing it anyway.
@Mostafa_Sharaf_4_9
@Mostafa_Sharaf_4_9 Жыл бұрын
When I open the choose my region and select the lambda function I can't download it , It's not available ..why?
@GokceDB
@GokceDB Жыл бұрын
Try python 3.10 for your Lambda function, then try again
@Mostafa_Sharaf_4_9
@Mostafa_Sharaf_4_9 Жыл бұрын
"errorMessage": "Unable to import module 'lambda_function': No module named 'pydantic_core._pydantic_core'", this error happened in your method and it is also happened when I used layers ...this error would kill me @@GokceDB
@GokceDB
@GokceDB Жыл бұрын
@@Mostafa_Sharaf_4_9 that's weird. Try installing this module.
@mstrkittty
@mstrkittty 10 ай бұрын
I downgraded the python version and it worked.
@data-IndieHacker
@data-IndieHacker 8 ай бұрын
you"re the best
@anirban6310
@anirban6310 9 ай бұрын
the cloud9 isnt connecting for me
@JavierHernandez-xo5nb
@JavierHernandez-xo5nb Жыл бұрын
Exelente
@GokceDB
@GokceDB Жыл бұрын
:)
@davegamesuk
@davegamesuk 7 ай бұрын
No way this guy isn't AI generated
@OkiemTaty
@OkiemTaty Жыл бұрын
too much showmanship...
@GokceDB
@GokceDB Жыл бұрын
Sorry
@gurvirbaraich
@gurvirbaraich 4 ай бұрын
Bro, it's not a tiktok video, try not to bounce as much. Good content by the way! Thanks
@latheeshvmv
@latheeshvmv Жыл бұрын
Sorry, Stop moving around, it's so annoying!!
@GokceDB
@GokceDB Жыл бұрын
haha, fair enough!
@OkiemTaty
@OkiemTaty Жыл бұрын
yep, super distracting. don't act so much
Create Your First AWS Lambda Function | AWS Tutorial for Beginners
12:44
Tiny Technical Tutorials
Рет қаралды 166 М.
Building a Serverless REST API in .NET with AWS Lambda
20:13
Nick Chapsas
Рет қаралды 78 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
Deploy FastAPI on AWS Lambda ⚡ Serverless hosting!
22:24
pixegami
Рет қаралды 41 М.
OpenAI API With AWS Serverless: Quick Start
16:17
FullStackWithLawrence
Рет қаралды 3,3 М.
How to build a chat using Lambda + WebSocket + API Gateway? (nodejs)
25:29
Deploy FastAPI on AWS Lambda | In 9 MINUTES
9:02
Eric Roby
Рет қаралды 35 М.
How do I deploy AWS Lambda using Terraform?
18:52
Rahul Wagh
Рет қаралды 50 М.
AWS API Gateway to Lambda Tutorial in Python | Build a REST API
11:17
Be A Better Dev
Рет қаралды 349 М.
57. Cognito User Pools vs. Identity Pools
15:32
AWS Bites
Рет қаралды 12 М.
GO without SERVERS? How to Deploy Go to Lambda
15:47
Melkey
Рет қаралды 20 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН