New deployment option: AWS App Runner

Fresh off the press, should be a simple deployment option for people who live in the AWS universe

2 Likes

Use blocked by Error running streamlit docker - #6 by robmarkcole

I also am unable to run in AWS App Runner.
https://rvrmhy2rq3.us-west-2.awsapprunner.com/

Docker file seems to work fine, but under App Runner I get “Please wait…” forever. I have tried all of the options here and none of them fixed apprunner.

1 Like

hi, did you find a resolution to this? i have the same issue

1 Like

Same issue here. My app in App Runner keeps say “Please wait…” forever, even after following all steps in

Would be great to know if someone found a solution.

1 Like

Facing the same issue,
Tried the possible fixes mentioned here :

None of the above worked.

Any updates on this?

Any update? Also running into same issue

I found this stack overflow link.
https://stackoverflow.com/questions/70414143/does-aws-app-runner-properly-support-websocket-connections
It seems App Runner doesn’t properly support WebSocket connections, and therefore streamlit will not work on app runner. Is there a work around for this?

3 Likes

Hi bnicholi,
you might have to use aws cloudfront to obtain the websocket functionality with enabling the legacy caching. but didn’t try it out so far.