mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
refactor: Rename …s/customResources/resources/apiGatewayCloudWatchRole
This commit is contained in:
parent
8da00202f2
commit
5cc98ca676
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user