refactor: Rename …s/customResources/resources/apiGatewayCloudWatchRole

This commit is contained in:
Mariusz Nowak 2022-01-21 16:04:04 +01:00 committed by Mariusz Nowak
parent 8da00202f2
commit 5cc98ca676
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ async function addCustomResourceToService(awsProvider, resourceName, iamRoleStat
} else if (resourceName === 'apiGatewayCloudWatchRole') {
functionName =
awsProvider.naming.getCustomResourceApiGatewayAccountCloudWatchRoleHandlerFunctionName();
Handler = 'apiGatewayCloudWatchRole/handler.handler';
Handler = 'api-gateway-cloud-watch-role/handler.handler';
customResourceFunctionLogicalId =
awsProvider.naming.getCustomResourceApiGatewayAccountCloudWatchRoleHandlerFunctionLogicalId();
} else {