Skip to content

Commit

Permalink
Remove lambda fct architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Dec 5, 2024
1 parent 4aa9b84 commit 7d2765f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openchallenges/data_integration_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ def _build_lambda_function(self, role: iam.Role) -> _lambda.Function:
),
role=role,
memory_size=128,
architecture=_lambda.Architecture.X86_64,
)

0 comments on commit 7d2765f

Please sign in to comment.