Skip to content

Commit

Permalink
fix(infra): reverting spell fix bc of pulumi issue (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Jul 29, 2024
1 parent 9012b2c commit 583799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 583799a

Please sign in to comment.