@vbaskaran

Excellent Explanation. I have been looking for these kinds of details for long time. God bless you and your family.

@deepthireddy1789

very nice video! crisp and clear

@bestnyah1455

Great tutorial.! Very clear and easy to understand 👌

@janaeshkrish

Great video man :)

@chineduezeofor2481

Great video. Thank you for making this video.

@ossacodes

thanks this was really helpful

@luke8818

thanks, very informative

@domingo6034

Great tutorial - will you make one on using Docker on aws lambda

@darshanjain1655

Hey, Nice Tutorial!
one question, how to implement user session management(register/login) with fastapi and AWS lambda?? any resource/code for that you would suggest?

@glennsandoval

Good tutorial. Easy to follow and to the point. How is this done with Node.js?

@joseeeeeeeeeeeeeeee1

Great tutorial! What OS do you have?

@patrickvs22

Hi, great content, Im following this tutorial and having this issue can someone help me?
{
  "errorMessage": "Unable to import module 'main': No module named 'pydantic_core._pydantic_core'",
  "errorType": "Runtime.ImportModuleError",
  "stackTrace": []
}

I added the pydantic in the requirements.txt but still not working

@terencejoubert1320

This is a good tutorial video, but I have not been able to successfully test this. I am using the exact same code. I am developing on Windows and I am using the command "powershell Compress-Archive" to create the zip file. The zip file is created successfully and all the libraries are at the root (just like in your video). I upload the zip file, but whenever I test, I get this error message:
"Unable to import module 'main': No module named 'pydantic_core._pydantic_core'"
I checked and pydantic_core is in the zip file.

@pacoluna7969

Hi, Pixegami. I'm having trouble using psycopg2 to connect to a RDS Postgres. Have you encounter some similar issue?

@hemantsah8567

Hey, How to automate this so instead making zip and uploading manually we should be able to do with aws cli atleast?

@AkashPandey-k9i

still getting module not found fastapi

@gauravmodi12

How to use AWS SAM ?

@davethorn9423

What's the benefit of having all your API code on a lambda , surely as your API grows so does the code making startups slower (cold starts) and you loose the principal of one lambda one concern ? Aren't you just putting lots of indirection and dependencies into something  relatively simple , a lambda is a function invoked by and endpoint ?

@bikramrout3347

{
  "errorMessage": "Unable to import module 'main': No module named 'pydantic_core._pydantic_core'",
  "errorType": "Runtime.ImportModuleError",
  "requestId": "7ce220f8-3866-49e4-9ccc-78f853467d4d",
  "stackTrace": []
}

getting error after code deployment