https://github.com/mountain-pass/server-agnostic-functions
Provides an interface for writing server-agnostic (serverless) apis and functions.
https://github.com/mountain-pass/server-agnostic-functions
aws aws-lambda cloudflare express lambda serverless
Last synced: 4 months ago
JSON representation
Provides an interface for writing server-agnostic (serverless) apis and functions.
- Host: GitHub
- URL: https://github.com/mountain-pass/server-agnostic-functions
- Owner: mountain-pass
- License: apache-2.0
- Created: 2023-01-22T23:37:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T00:44:09.000Z (about 3 years ago)
- Last Synced: 2025-10-19T19:56:20.284Z (8 months ago)
- Topics: aws, aws-lambda, cloudflare, express, lambda, serverless
- Language: TypeScript
- Homepage:
- Size: 2.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @mountainpass/server-agnostic-functions
Provides an interface for writing server-agnostic (serverless) functions.
# Packages
- [Core](/packages/core/) *👈 (Start here)*
- [Express](/packages/express/)
- [Aws](/packages/aws/)
- [Cloudflare](/packages/cloudflare/)
# I just want to start now!
Clone this [template repo](https://github.com/mountain-pass/server-agnostic-functions-express-template), to get started with the server-agnostic-functions and express.
```
git clone https://github.com/mountain-pass/server-agnostic-functions-express-template.git
```