There are three types of Cloud Code: API Services, API Event Handlers, and Timers. API Services is a perfect example of how Backendless supports serverless computing. The behavior of any built-in Backendless API can be modified with API Event Handlers – your Cloud Code executed in the API processing chain, which lets you tailor the built-in APIs to work in a way that best suits your app. You can also use Cloud Code to develop timers – logic that is executed by Backendless according to the schedule you define.