by coderholic on 9/27/21, 3:07 PM with 10 comments
by breput on 9/29/21, 1:44 AM
The first-generation standard App Engine service was/is a PaaS environment that provided a lot of functionality on top of the basic load balancing servers, such as an automatically high availability distributed NoSQL datastore, memcache, task queues, mail services, cron, and some special libraries. So migrating off of this involves not just the infrastructure but also a considerable amount of re-implementing equivalent services.
by jamesvnz on 9/29/21, 1:19 AM