Skip to content

apache/openserverless-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

    Tag Page
    first-steps First Steps
    form-validation Form Validation
    use-database Use Database
    sending-notifications Sending Notifications
    deployment App Deployment