An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/2164afa3-77a2-4936-a217-de8463a29bd1/deploy-status)](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

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](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!