Lambda Store
Lambda function storage backend
Open it
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| https | lambdastore.wasmserver.com | lambda-store.jar | cloudrunjar |
| other | lambdastore/ | lambdastore.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| lambda-store | other | Lambda Store source code |
Depends on
None documented
Depended on by
Lambda Server— relies on Lambda Store for function code and metadata storage
Documentation Edit this page
Lambda Store
Lambda function storage backend. Provides persistent storage and retrieval of serverless function code, metadata, and configuration used by the Lambda Server execution platform.
Architecture
+---------------------------+
| Lambda Server |
+---------------------------+
| |
HTTPS | | url://
v v
+------------------+ +-------------------+
| lambda-store.jar | | lambdastore.jar |
| (Cloud Run) | | (ContainerNursery) |
+------------------+ +-------------------+
| |
v v
+---------------------------+
| Function Storage |
| Backend |
+---------------------------+
Deployment
- Cloud Run:
lambda-store.jardeployed to Google Cloud Run, serving HTTPS traffic atlambdastore.wasmserver.com. - ContainerNursery:
lambdastore.jardeployed to ContainerNursery, accessible viaurl://lambdastore/.
Health Checks
- HTTPS endpoint:
https://lambdastore.wasmserver.com/ - ContainerNursery: monitored via standard ContainerNursery health checks
Notes
- Backend storage for Lambda Server functions.
- Provides both a public HTTPS endpoint and an internal ContainerNursery endpoint for function storage operations.
Read at commit 9467c5cbaeba