diff --git a/serverless/functions/minglaradmin.yml b/serverless/functions/minglaradmin.yml index a4f9583..635454f 100644 --- a/serverless/functions/minglaradmin.yml +++ b/serverless/functions/minglaradmin.yml @@ -127,8 +127,8 @@ inviteTeammate: path: /minglaradmin/settings/teammates/invite-teammate method: post -getAllHostApplication: - handler: src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplication.handler +getAllHostApplicationForAM: + handler: src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplicationForAM.handler memorySize: 512 package: patterns: diff --git a/src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplication.ts b/src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplicationForAM.ts similarity index 100% rename from src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplication.ts rename to src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplicationForAM.ts