diff --git a/cdk/lib/constructs/api.ts b/cdk/lib/constructs/api.ts index aeec4a0..651c599 100644 --- a/cdk/lib/constructs/api.ts +++ b/cdk/lib/constructs/api.ts @@ -42,7 +42,7 @@ export class MealPlannerHttpApi extends Construct { domain.regionalHostedZoneId, )), }); - new HttpApi(scope, 'Api', { + new HttpApi(scope, 'HttpApi', { apiName: 'MealPlanner', defaultIntegration: lambda, defaultDomainMapping: {