Skip to content

Commit

Permalink
Rename ApiGw HttpApi construct to 'HttpApi' (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
NChitty committed Mar 30, 2024
1 parent bef63bf commit 81ed5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/constructs/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class MealPlannerHttpApi extends Construct {
domain.regionalHostedZoneId,
)),
});
new HttpApi(scope, 'Api', {
new HttpApi(scope, 'HttpApi', {
apiName: 'MealPlanner',
defaultIntegration: lambda,
defaultDomainMapping: {
Expand Down

0 comments on commit 81ed5e5

Please sign in to comment.