Apache openserverless

Clone this repo:
  1. 6475da3 deployment by Bruno Salzano · 4 months ago main
  2. bad3177 notify-message by Bruno Salzano · 4 months ago
  3. 6e8eaaf use-database by Bruno Salzano · 4 months ago
  4. 5596f00 form-validation by Bruno Salzano · 4 months ago
  5. 6d236b4 first-steps by Bruno Salzano · 4 months ago

Apache OpenServerless Tutorial

What is this

This is the reference repository for the tutorial in the Apache OpenServerless documentation, published here

How to use

  1. Clone the repository on your local machine with the command:

    git clone https://github.com/apache/openserverless-tutorial

  2. The repository has tags for each step of the tutorial. You can see the tags with the command:

    git tag -l

  3. You can change the local repository to a tag corresponding to the tutorial page, to align the sources:

    TagPage
    first-stepsFirst Steps
    form-validationForm Validation
    use-databaseUse Database
    sending-notificationsSending Notifications
    deploymentApp Deployment