Skip to content

Commit 5f2ec4e

Browse files
Addressed review comments
1 parent 74845b6 commit 5f2ec4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cloudwatchlogs-with-dlq/test_cwl_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
BUCKET_PREFIX = "appdevstore"
1010
VERSION = "v1.3.0"
11-
AWS_PROFILE = "sumocontent"
11+
AWS_PROFILE = "prod"
1212

1313
class TestLambda(unittest.TestCase):
1414
TEMPLATE_KEYS_TO_REMOVE = ['SumoCWProcessDLQScheduleRule',
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.32.2
2-
boto3==1.34.2
3-
cfn-flip>=1.3.8
2+
boto3==1.34.119
3+
cfn-flip>=1.3.0

0 commit comments

Comments
 (0)