Less automates the creation and deployment of your resources based on your file structure. You can write your functions in several programming languages. Just declare your resources and write your code. Less handles the rest.

In this document we'll explain how to create each of the Less resources. In other words, we'll discuss where you should put your code.

<aside> 📖 Table of Contents

</aside>


TLDR; Clone and deploy

Clone the starter repository and follow the README to get your project deployed in a couple of minutes.

https://github.com/chuva-io/less-basic-template

Creating resources

All resources should be created in a less folder in the root of your application.

─ less
─ package.json
─ requirements.txt
─ README.md

REST APIs

In order to create your REST APIs just add an apis folder to your less folder.

─ less
  └─ apis