ApiGatewayApiDispatcher
Description
description here
Type
this generator produces several circuit panels
Parameters
Name | Type | Description | Allowed Values | Default Value |
---|---|---|---|---|
protocol-type | shorttext | the api protocol | http , websocket |
http |
selector-source | shorttext | selector source | rawpath , queries , headers , routekey , body |
- |
selector-index | int | selector index (required for rawpath selector source) | - | - |
selector-name | shorttext | selector name (required for queries, headers, and body selector source) | - | - |
selector-values | list |
possible values of the selector (strings, without ""'s) (required) | - | - |
case-names | list |
names of circuit to generate for each possible value of the selector (optional) | - | - |
inputs | list |
list of input port names (optional) | - | - |
parameters | list |
list of parameter port names (optional) | - | - |
switch-input-type | shorttext | input type to switch. select HTTPRequest if this dispatcher processes an HTTP request. select ApiGatewayEvent if this dispatcher will contain nested dispatchers | HTTPRequest , ApiGatewayEvent |
HTTPRequest |
Architecture
diagram of the architecture this generator creates
Resources
description of the resources this generator creates
Logic
description of the business logic this generator creates
Inputs
description of resource and data inputs
Outputs
description of resource and data outputs
Usage
description of usage and uses cases here