Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Commit f90b057

Browse files
committed
mis spelling
1 parent cfade12 commit f90b057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda/aws_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def function_exists(cfg, function_name):
406406
client = get_client('lambda', aws_access_key_id, aws_secret_access_key,
407407
cfg.get('region'))
408408
try:
409-
client.get_function(FunctionaName=function_name)
409+
client.get_function(FunctionName=function_name)
410410
except:
411411
return False
412412
return True

0 commit comments

Comments
 (0)