COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210929053450/https://github.com/topics/zappa
Here are
139 public repositories
matching this topic...
Updated
Sep 22, 2021
Python
Various popular python libraries, pre-compiled to be compatible with AWS Lambda
Updated
Apr 20, 2020
Shell
NoDB isn't a database.. but it sort of looks like one.
Updated
May 5, 2020
Python
A full featured walkthough of using django on zappa (powered by AWS Lambda in serverless environment)
Updated
Sep 13, 2021
HTML
Zappa Docker image based on Lambda compatible base
Updated
Mar 14, 2018
Shell
🏆 Create a 3D Printed Model of Your Github Contributions
Updated
Jun 2, 2021
JavaScript
Serverless image generator that uses XKCD comic as basis for _all_ excuses!
Updated
Sep 7, 2021
Python
Automated tracing library for Python 2.7, 3.6, 3.7 and 3.8 ⚡️
Updated
Sep 20, 2021
Python
A "read later" service for the IndieWeb using Micropub
Updated
Aug 6, 2018
Python
Building Serverless Python Web Services with Zappa, published by Packt
Updated
May 10, 2021
Python
A server-less Slack inviter
A Vagrant box for development on Python 3.6, with many extras for Django 2.x development.
Create a AWS VPC with associated resources for use with Zappa
Sign AJAX/CORS requests on AWS Lambda for direct browser to S3 uploads
Updated
Feb 17, 2017
Jupyter Notebook
Create a Serverless Web Application using Zappa, AWS Lambda, and Django.
Updated
Nov 15, 2018
Python
Monitor your AWS Elastic Beanstalk environment in different regions with a health dashboard.
A blog about Zappa, powered by Zappa. Zappa zappa zappa. Zappa.
Updated
Jun 21, 2018
HTML
Run ffmpeg inside a lambda for serverless transformations.
Updated
Aug 18, 2017
Python
Vue.js, Flask, and Firebase
A quick walkthrough setting up a new authenticated serverless app using Zappa and Cognito
「Pythonで作るはじめてのサーバレスアプリケーション」サンプルコード
Updated
Jun 1, 2021
Python
📥 Data Collection Utilities for GamesDoneQuick
Updated
Jul 11, 2021
Python
Serverless Image Processing Service
Updated
Aug 19, 2021
Python
Updated
Jun 4, 2018
Python
Serverless comments for any website
Updated
Nov 22, 2018
Python
API with info for ATMs (cajeros) in Mexico
Updated
Sep 8, 2020
Python
Telegram Bot Lambda Boilerplate using Zappa + Hug + Telepot
Updated
Apr 22, 2019
Python
Threat Response Serverless Relay Template
Updated
Feb 1, 2021
Python
Improve this page
Add a description, image, and links to the
zappa
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
zappa
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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