Skip to content

Commit

Permalink
Change contact form lambda function in deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenchio committed Dec 30, 2024
1 parent 7d238ca commit 9c971b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def deploy_lambda():

function_name = resource_details(
settings.PROJECT_NAME,
'ContactFormLambda',
'LandingContactFormLambda',
)['PhysicalResourceId']
code_archive_path = f'fileb://{package_path}/{code_archive_name}'
aws(
Expand Down

0 comments on commit 9c971b8

Please sign in to comment.