File tree Expand file tree Collapse file tree
alert_compromise/functions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cryptography == 44.0.2
22fastapi == 0.115.12
33mangum == 0.19.0
4- python-dotenv == 1.0.1
4+ python-dotenv == 1.1.0
55requests == 2.32.3
66urllib3 < 2 # Boto currently does not support urllib3 2+
Original file line number Diff line number Diff line change 11black==24.10.0
2- coverage==7.7.1
3- flake8==7.1.2
2+ coverage==7.8.0
3+ flake8==7.2.0
44httpx==0.28.1
55pytest==8.3.5
66pytest-env==1.1.5
Original file line number Diff line number Diff line change 11black==24.10.0
22boto3==1.37.23
3- flake8==7.1.2
3+ flake8==7.2.0
44pytest==8.3.5
Original file line number Diff line number Diff line change 11module "api" {
2- source = " github.com/cds-snc/terraform-modules//lambda?ref=v10.3.2 "
2+ source = " github.com/cds-snc/terraform-modules//lambda?ref=v10.4.1 "
33 name = " ${ var . product_name } -api"
44 ecr_arn = aws_ecr_repository. api . arn
55 image_uri = " ${ aws_ecr_repository . api . repository_url } :latest"
Original file line number Diff line number Diff line change 44}
55
66module "sentinel_forwarder" {
7- source = " github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.3.2 "
7+ source = " github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v10.4.1 "
88 function_name = " ${ var . product_name } -sentinel"
99 billing_tag_value = var. billing_code
1010
You can’t perform that action at this time.
0 commit comments