You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed a few YouTube videos on this and while FastAPI works, I can not get FastUI working despite investing significant hours of trial and error but no luck. I want to build and a web app and preferably host in Lambda but can not get a simple demo app working from a Lambda despite my best effort. Is this a futile effort? Has someone out there done this and got it working? I've done a tremendous amount of leg work making sure I have the python modules deployed. I've tried both approaches, as lambda layer and in with the main.py lambda file but no luck either way. I've tried Lambda using Function URL mode and with API gateway. no luck either way. I keep reading it should work but have yet to find a working configuration. I've configured CORS and enable headers and method calls, etc. I've tried guided assistance form Amazon Q and Google's AI but still neither knows a working configuration, though they gave me plenty of attempts at it.
The text was updated successfully, but these errors were encountered:
I've followed a few YouTube videos on this and while FastAPI works, I can not get FastUI working despite investing significant hours of trial and error but no luck. I want to build and a web app and preferably host in Lambda but can not get a simple demo app working from a Lambda despite my best effort. Is this a futile effort? Has someone out there done this and got it working? I've done a tremendous amount of leg work making sure I have the python modules deployed. I've tried both approaches, as lambda layer and in with the main.py lambda file but no luck either way. I've tried Lambda using Function URL mode and with API gateway. no luck either way. I keep reading it should work but have yet to find a working configuration. I've configured CORS and enable headers and method calls, etc. I've tried guided assistance form Amazon Q and Google's AI but still neither knows a working configuration, though they gave me plenty of attempts at it.
The text was updated successfully, but these errors were encountered: