This is the reference repository for the tutorial in the Apache OpenServerless documentation, published here
Clone the repository on your local machine with the command:
git clone https://github.com/apache/openserverless-tutorial
The repository has tags for each step of the tutorial. You can see the tags with the command:
git tag -l
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 |