very nice video! crisp and clear
Great tutorial.! Very clear and easy to understand 👌
Great video man :)
Great video. Thank you for making this video.
thanks this was really helpful
thanks, very informative
Great tutorial - will you make one on using Docker on aws lambda
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?
Good tutorial. Easy to follow and to the point. How is this done with Node.js?
Great tutorial! What OS do you have?
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
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.
Hi, Pixegami. I'm having trouble using psycopg2 to connect to a RDS Postgres. Have you encounter some similar issue?
Hey, How to automate this so instead making zip and uploading manually we should be able to do with aws cli atleast?
still getting module not found fastapi
How to use AWS SAM ?
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 ?
{ "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
@vbaskaran