Classes
Name | Description |
---|---|
AlpsSpecRestApi | No description |
Structs
Name | Description |
---|---|
AlpsSpecRestApiProps | No description |
Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct
new AlpsSpecRestApi(scope: Construct, id: string, props: AlpsSpecRestApiProps)
- scope (
Construct
) No description - id (
string
) No description - props (
AlpsSpecRestApiProps
) No description- alpsSpecFile (
string
) ALPS Spec File. - operationIdLambdaMapping (
Map<string, string>
) Optional mapping from openApi spec operationId to Lambda name. Optional
- alpsSpecFile (
Name | Type | Description |
---|---|---|
operationIdLambdaMapping? | Map<string, string> |
Optional |
Name | Type | Description |
---|---|---|
alpsSpecFile | string |
ALPS Spec File. |
operationIdLambdaMapping? | Map<string, string> |
Optional mapping from openApi spec operationId to Lambda name. Optional |