0x4D31 /
honeyLambda
honeyλ - a simple, serverless application designed to create and monitor fake HTTP endpoints (i.e. URL honeytokens) automatically, on top of AWS Lambda and Amazon API Gateway
76/100 healthLoading repository data…
bennybauer / repository
A simple serverless python sample with REST API endpoints and dependencies
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple serverless python sample. The service is running on AWS Lambda using Serverless Framework.
The service has a dependency on external package (requests) and it exposes 2 REST API endpoints:
| Endpoint | Description |
|---|---|
GET /posts | Retrieves a list of posts |
GET /posts/{id} | Retrieves a specific post (e.g. GET /posts/5) |
| Step | Command | Description |
|---|---|---|
| 1. | npm install -g serverless | Install Serverless CLI |
| 2. | npm install | Install Serverless dependencies |
| 3. | Set up an AWS account with admin permissions | Documentation |
| Step | Command | Description |
|---|---|---|
| 1. | mkvirtualenv posts | Create virtual environment (using virtualenvwrapper) |
| 2. | pip install -r requirements.txt | Install dependencies |
sls deploy
curl <host>/posts
curl <host>/posts/5
help commandJust use it on anything:
sls help
or
sls <command> --help
deploy function commandDeploy only one function:
sls deploy function -f <function-name>
logs commandTail the logs of a function:
sls logs -f <function-name> -t
info commandInformation about the service (stage, region, endpoints, functions):
sls info
invoke commandRun a specific function with a provided input and get the logs
sls invoke -f <function-name> -p event.json -l
JSONPlaceholder by @typicode is used for the posts backend.
Selected from shared topics, language and repository description—not editorial ratings.
0x4D31 /
honeyλ - a simple, serverless application designed to create and monitor fake HTTP endpoints (i.e. URL honeytokens) automatically, on top of AWS Lambda and Amazon API Gateway
76/100 healthawslabs /
Serverless app designed for any customer with two or more accounts to view resources across accounts/regions in simple single pane of glass website
28/100 healthradiantone /
A lightweight (serverless) native python parallel processing framework based on simple decorators and call graphs.
paulonteri /
django-serverless-cron 🦡 A Django library with a simpler approach running cron jobs in a serverless environment through HTTP requests. This allows you to run any task without having to manage always-on infrastructure. https://pypi.org/project/django-serverless-cron
73/100 healthDavisDmitry /
Simple echo Telegram bot example on aiogram framework using AWS API Gateway & Lambda
24/100 healthizidorome /
A simpler way to use Aurora Serverless Data API with Python.
43/100 health