From 583799a268d0d888118331009b43a3af4030da08 Mon Sep 17 00:00:00 2001 From: Lucian Date: Mon, 29 Jul 2024 11:48:04 -0600 Subject: [PATCH] fix(infra): reverting spell fix bc of pulumi issue (#647) --- infra/aws/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index a943e064c..6c0cb630b 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -1549,7 +1549,7 @@ buildHttpLambdaFn( buildHttpLambdaFn( { ...lambdaSettings, - name: "cc-authenticate-0", + name: "cc-auhenticate-0", memorySize: 512, dockerCmd: ["aws_lambdas.scorer_api_passport.v1.authenticate_POST.handler"], pathPatterns: ["/ceramic-cache/authenticate"],