📄️ Creating AWS IAM
Apito AWS Lambda Function Extension needs Access and Secret Key in-order for your logic function to operate.
📄️ Writing Cloud Functions
Apito is very extensible. You can extend your api or write your own endpoint on apito using custom function that can hold your custom logic & integration.
📄️ Enable AWS Extension
Go to Settings > Extensions and click the INSTALL button on the AWS Lambda Function Extension. A Drawer similar to the picture below will pop up.
📄️ Create an Apito Function
Go to Logic from the top Navigation Bar and Click ADD A FUNCTION from the left side menu. You will see the Create an Apito Function Page like below
📄️ Create a Lambda Function
Log on to your AWS Lambda Console and Navigate to Lambda and click on the Create function button on the right.
📄️ Connecting Functions
Now that our configuration and lambda function is ready, it's time to connect our lambda function to apito function.
📄️ Calling Apito Function
Go to API from the top Navigation Bar and Click on the function that you want to connect from the left side menu.