Choose your preferred environment
Standard environment
-
Lightweight Python 2.7 runtime is optimized to scale nearly instantaneously to handle huge traffic spikes.
-
Does not allow native code, filesystem access or arbitrary network connections. Learn more
-
Uses proprietary APIs to simplify common tasks like database access, queuing and in-memory caching.
-
Most cost-effective for applications that have significant periods where they are not serving traffic.
Flexible environment
-
Full open source language runtimes.
-
Use any framework, library or binary of your choice.
-
Code is portable to anywhere that supports Docker containers.
-
Most cost-effective for applications that serve traffic continuously.