Skip to content

Latest commit

 

History

History
64 lines (30 loc) · 1.62 KB

API.md

File metadata and controls

64 lines (30 loc) · 1.62 KB

API Reference

Classes

Name Description
AlpsSpecRestApi No description

Structs

Name Description
AlpsSpecRestApiProps No description

class AlpsSpecRestApi

Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct

Initializer

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

Properties

Name Type Description
operationIdLambdaMapping? Map<string, string> Optional

struct AlpsSpecRestApiProps

Name Type Description
alpsSpecFile string ALPS Spec File.
operationIdLambdaMapping? Map<string, string> Optional mapping from openApi spec operationId to Lambda name.
Optional