From fc2f220b9233d715b56f5692939bd25a01526f49 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 25 Sep 2025 12:00:36 -0400 Subject: [PATCH] Update index.php - Adding AWS implementation Adding a link in the Library section. New link to an oEmbed provider serverless implementation made by AWS and now available in aws-samples. This implementation is fully serverless and can be used as boilerplate to easily serve an oEmbed endpoint. Maybe this link could be further down in the page with the Webmonkey tutorial? --- www/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/index.php b/www/index.php index 9a7d6748..d71e1193 100644 --- a/www/index.php +++ b/www/index.php @@ -493,6 +493,7 @@
  • Node.js: oEmbed API Gateway (https://github.com/itteco/iframely)
  • Elixir: furlex (https://github.com/claytongentry/furlex)
  • Elixir: elixir-oembed (https://github.com/r8/elixir-oembed)
  • +
  • AWS: Serverless oEmbed provider (https://github.com/aws-samples/sample-serverless-oembed)