-
Updated
Feb 23, 2022 - Python
Serverless
Serverless architecture refers to apps that depend on third-party services (backend as a service, or BaaS) or custom code (functions as a service, or FaaS). Their goal is to free the developer and operator from managing the server their code runs on.
Here are 1,195 public repositories matching this topic...
-
Updated
Jun 28, 2022 - Python
-
Updated
Jun 25, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Mar 1, 2022 - Python
-
Updated
Jun 24, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
Mar 4, 2022 - Python
Should add a section to the docs for third-party examples and guides using Mangum
-
Updated
Jan 17, 2018 - Python
Make all the Lambda functions use Arm64 instead of x86_64.
-
Updated
Jun 15, 2022 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Oct 20, 2018 - Python
Currently, we use a multiprocess pool to retrieve RGB bands in parallel, and fall back to sequential retrieval if that is not available. I would prefer having this as a setting, potentially also with the possibility to use a thread pool. We moved away from threading after experiencing race conditions within GDAL, but that might not always be a problem (for example, the issue might be fixed in rece
-
Updated
Aug 19, 2020 - Python
-
Updated
Oct 3, 2021 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Aug 20, 2021 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Jun 9, 2022 - Python
-
Updated
May 19, 2022 - Python
- Wikipedia
- Wikipedia
Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If