helloWorld
sdlc-cdk-lib / src/lambda/helloWorld/src/helloWorld
src/lambda/helloWorld/src/helloWorld
Functions
handler()
> handler(event, context): Promise<APIGatewayProxyResult>
Defined in: src/lambda/helloWorld/src/helloWorld.ts:11
Hello World Lambda Handler Returns a simple hello world message and publishes event to EventBridge
Parameters
event
APIGatewayProxyEvent
context
Context
Returns
Promise<APIGatewayProxyResult>