https://github.com/danurbanowicz/edge-function-get-uuid
An edge function that generates a UUID
https://github.com/danurbanowicz/edge-function-get-uuid
edge-computing netlify netlify-functions serverless uuid uuid-generator
Last synced: 4 months ago
JSON representation
An edge function that generates a UUID
- Host: GitHub
- URL: https://github.com/danurbanowicz/edge-function-get-uuid
- Owner: danurbanowicz
- License: mit
- Created: 2022-09-12T15:09:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T17:57:51.000Z (about 3 years ago)
- Last Synced: 2025-03-22T17:44:19.767Z (8 months ago)
- Topics: edge-computing, netlify, netlify-functions, serverless, uuid, uuid-generator
- Language: TypeScript
- Homepage: https://edge-function-get-uuid.netlify.app
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/edge-function-get-uuid/deploys)
# Edge Function Get UUID
### What is it?
A serverless [Edge Function](https://docs.netlify.com/edge-functions/overview/) example that returns a random v4 UUID from Netlify's Edge CDN.
### Play around on the [Demo Site](https://edge-function-get-uuid.netlify.app/)
You can also call the function endpoint directly to return a JSON object
https://edge-function-get-uuid.netlify.app/get
Or deploy your own copy to Netlify
[](https://app.netlify.com/start/deploy?repository=https://github.com/danurbanowicz/edge-function-get-uuid)
### Bug reports, feature requests, etc
This repo is part of an ongoing project I am working on exploring common use cases for serverless functions, and I welcome contributions and suggestions. Feel free to submit an issue or PR!