ApiStack
sdlc-cdk-lib / lib/ApiStack
lib/ApiStack
Classes
ApiStack
Defined in: lib/ApiStack.ts:12
ApiStack Creates API Gateway with Lambda integration using blue-green aliases
Extends
Stack
Constructors
Constructor
> new ApiStack(scope, id, props?): ApiStack
Defined in: lib/ApiStack.ts:17
Parameters
scope
Construct
id
string
props?
StackProps
Returns
Overrides
Stack.constructor
Properties
api
> readonly api: RestApi
Defined in: lib/ApiStack.ts:13
eventBus
> readonly eventBus: EventBus
Defined in: lib/ApiStack.ts:15
helloWorldLambda
> readonly helloWorldLambda: HelloWorldLambda
Defined in: lib/ApiStack.ts:14