The resource is a connection between Adminix and AWS resources.
- To create a resource, you have to go to the resources page by clicking on the resources link in the left menu.
This is a sample caption - Then you need to click on the “Add” button
This is a sample caption - Fill up the form and click “save”
- The resource type is the type of AWS resource. For now, it can only be the “Lambda function.”
- The name is a name of this resource you will see in the list
- The description input is an optional value to describe additional details about this resource
- The function name is the current AWS lambda function name
- The function version is the latest version of the AWS function
- Please enable the async option if you want this resource to be async. It means that workflow can wait until this resource finishes his job.
- Please provide resource properties. These are input properties of the resource which than passed to a lambda function
This is a sample caption