| 37 | * The API Gateway is responsible for creating REST endpoints, each of which is integrated with a Lambda function. |
| 38 | */ |
| 39 | export class APIStack extends cdk.Stack { |
| 40 | public readonly url: CfnOutput; |
| 41 | |
| 42 | constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected