| 23 | import * as origins from "aws-cdk-lib/aws-cloudfront-origins" |
| 24 | import * as apigw from "aws-cdk-lib/aws-apigatewayv2" |
| 25 | import { HttpLambdaIntegration } from "aws-cdk-lib/aws-apigatewayv2-integrations" |
| 26 | import { HttpJwtAuthorizer } from "aws-cdk-lib/aws-apigatewayv2-authorizers" |
| 27 | |
| 28 | // The AgentCore web-search connector is only available in these Regions today. |
nothing calls this directly
no outgoing calls
no test coverage detected