Skip to content

Commit f85e8a7

Browse files
committed
Merge branch 'main' into KEH-1227
2 parents 9355992 + 63b8dd4 commit f85e8a7

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pycparser = "^2.22"
2222
python-dateutil = "^2.9.0.post0"
2323
s3transfer = "^0.13.1"
2424
six = "^1.17.0"
25-
urllib3 = "^2.5.0"
25+
urllib3 = "^2.6.0"
2626

2727
[tool.poetry.group.dev.dependencies]
2828
black = "^24.8.0"

terraform/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ resource "aws_lambda_function" "lambda_function" {
4646

4747
role = aws_iam_role.lambda_function_role.arn
4848

49+
memory_size = 256
50+
4951
environment {
5052
variables = {
5153
ENVIRONMENT = var.env_name

0 commit comments

Comments
 (0)