📄️ Choosing a Hosting Solution
There are two distinct options for hosting your Automation as a SmartApp: AWS Lambda and Webhook. The best hosting option for your Automation depends on a number of factors, both objective and subjective. Below, we look at a few general guidelines to help you choose the appropriate hosting solution.
📄️ Hosting a Webhook SmartApp
This document describes how to create a Webhook SmartApp.
📄️ Hosting with AWS Lambda
You can develop a SmartThings SmartApp as an AWS Lambda function. This requires that you grant SmartThings permission to execute your Lambda function. You must also register your Lambda function with SmartThings as a SmartApp to be integrated into SmartThings. The steps below will guide you through the hosting process.