diff --git a/awsx/apigatewayv2/httpApi.ts b/awsx/apigatewayv2/httpApi.ts index 79650eaa9..3d2b537e6 100644 --- a/awsx/apigatewayv2/httpApi.ts +++ b/awsx/apigatewayv2/httpApi.ts @@ -220,6 +220,7 @@ export function buildHttpApi(parent: pulumi.Resource, name: string, args: schema `${name}-${stageKey}`, { apiId: api.id, + name: stageKey, ...stageInput, }, { parent },