Requests provided Amazon Web Service and returns results of its work (e.g. send Call Recording to initiate AWS Transcribe job, send Image to AWS Rekoginition and get a list of recognized objects on it)
inputs:
first dropdown: select from the list of Amazon Web Services
- Required: yes
second dropdown: appears after providing value in the first one select from the list of actions of the given AWS
- Required: yes
service parameters: input login information into AWS account with access to the given AWS
Example of filling service parameters:
- Required: yes
command parameters: input action details to call the AWS (e.g. voice recording or image, Lambda function name, and parameters)
Example of filling command parameters for AWS S3 Put Object action:
Example of filling command parameters for AWS Lambda Invoke action:
- Required: no (depends on selected AWS)
outputs:
success: returns 1 if AWS was called successfully, otherwise – 0 or emptiness
result: JSON-formatted reply from AWS service (e.g. list of objects detected on image, result of Lambda function)