Hacker News new | ask | show | jobs
by CharlieDigital 859 days ago

    > (prolly AWS AppRunner).
AWS right now feels like the most lagging in serverless containers.

If you get a chance, try out the DX with Google Cloud Run or GKE AutoPilot. Building and shipping to GCR is fast enough that it feels like a local build-run worflow. Google Cloud Run jobs are also fantastic and you get a pretty hefty free monthly grant (~60h of compute).

Both Azure Container Apps and GCR are true scale to zero whereas AppRunner is not and always maintains a minimum monthly baseline cost (~$5-6).

AWS feels the most behind in terms of its serverless container workload experience (I use AWS every day professionally, but use GCP and Azure for side projects).

1 comments

Thanks for the tips! I'll admit not having done enough research yet - you've helped me do some shortcutting.