mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Correct typo
This commit is contained in:
parent
6f10b03c93
commit
cc6c1948fb
@ -509,7 +509,7 @@ module.exports = {
|
||||
)}`
|
||||
);
|
||||
},
|
||||
getCustomResurceApiGatewayAccountCloudWatchRoleResourceLogicalId() {
|
||||
getCustomResourceApiGatewayAccountCloudWatchRoleResourceLogicalId() {
|
||||
return 'CustomApiGatewayAccountCloudWatchRole';
|
||||
},
|
||||
};
|
||||
|
||||
@ -84,7 +84,7 @@ module.exports = {
|
||||
// });
|
||||
// --------------------------------------------------------------------------------
|
||||
|
||||
const customResourceLogicalId = this.provider.naming.getCustomResurceApiGatewayAccountCloudWatchRoleResourceLogicalId();
|
||||
const customResourceLogicalId = this.provider.naming.getCustomResourceApiGatewayAccountCloudWatchRoleResourceLogicalId();
|
||||
const customResourceFunctionLogicalId = this.provider.naming.getCustomResourceApiGatewayAccountCloudWatchRoleHandlerFunctionLogicalId();
|
||||
|
||||
_.merge(cfTemplate.Resources, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user