My first serverless function on DigitalOcean

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • OpenWhisk

    Apache OpenWhisk is an open source serverless cloud platform

  • The serverless functions with Digital Ocean are based on Apache Open Whisk, so the service has additional name space, which need to go into the URL.

  • clang-diagnostic-flags-matrix

    a simple script to generate a matrix of clang diagnostic flags

  • Where the target URL uses a fragment resembling e.g.: #wall the short version used a form mimicking a path, like so: // e.g. /13/all. Where the end results is translates the last part of the URL (back) into a fragment. By "back" I mean that the URLs I used are actually parsed from the original URLs including fragement and translated into a format that was transportable, see: clang diagnostic flags matrix generator.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pxy-redirect

    Experimental service for deployment on DigitalOceans app platform

  • A funny thing about the URL of the service, https://pxy.fi/p/r/13/all (example), was that I could lift the code from the service implementation, since the root was not where I expected it to be: https://pxy.fi/, but actually here: https://pxy.fi/p/r/

  • pxy-redirect-ow-function

    Experimental open whisk function for deployment on DigitalOceans function platform

  • The complete implementation is available on GitHub and the function can be seen in service from:

  • til

    Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager (by jonasbn)

  • My TIL collection: clang/diagnostic_flags

  • serverless-openwhisk

    Adds Apache OpenWhisk support to the Serverless Framework!

  • function main() { return { headers: { location: 'http://openwhisk.org' }, statusCode: 302 } }

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts