https://github.com/polyseam/fns-examples
https://github.com/polyseam/fns-examples
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/polyseam/fns-examples
- Owner: polyseam
- Created: 2024-07-31T03:14:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T02:41:31.000Z (over 1 year ago)
- Last Synced: 2025-01-23T03:26:49.392Z (over 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fns-examples
This is a collection of example CNDI Function implementations. The functions are
built using Deno by leveraging the
[Supabase Edge Runtime](https://github.com/supabase/edge-runtime).
To get started deploying your own self-hosted functions runtime, checkout
[CNDI]([https://cndi.run/gh?utm_id=](https://docs.google.com/document/d/1iN9lU8Ikn9HWQOuAgDxOKelTfjmz3V_ZYEJrZs7PrO0/edit))
and our
[fns Template](https://cndi.run/gh?utm_content=gh_readme_link_polyseam_fns&utm_campaign=fns_readme&utm_source=github.com/polyseam/fns&utm_medium=repo&utm_id=5102)
You can also checkout the
[Supabase Edge Functions Examples](https://github.com/supabase/edge-runtime/tree/main/examples)
for more inspiration.