Skip to content

Commit

Permalink
Merge pull request #70 from dasmeta/DMVP-3349
Browse files Browse the repository at this point in the history
fix(DMVP-3349): Fix lambda
  • Loading branch information
aghamyan44 authored Jan 22, 2024
2 parents 40a4c69 + 73b0969 commit 8baf17e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/alerts/tests/expression-alert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.33 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.67.0 |
| <a name="provider_test"></a> [test](#provider\_test) | n/a |

## Modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def create_jira_ticket(summary,description):
print("Response content:", response.content)

def handler(event, context):
file_url = "https://raw.githubusercontent.com/dasmeta/terraform-aws-monitoring/DMVP-2705/modules/cloudwatch-alarm-actions/modules/lambda-subscription/src/event_handler.py"
file_url = "https://raw.githubusercontent.com/dasmeta/terraform-aws-monitoring/main/modules/cloudwatch-alarm-actions/modules/lambda-subscription/src/event_handler.py"
module = import_from_url(file_url)
region = os.environ['REGION']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def payload(alert_type,subject,aws_account,aws_alarmdescription,dimension_string
return payload

def handler(event, context):
file_url = "https://raw.githubusercontent.com/dasmeta/terraform-aws-monitoring/DMVP-2705/modules/cloudwatch-alarm-actions/modules/lambda-subscription/src/event_handler.py"
file_url = "https://raw.githubusercontent.com/dasmeta/terraform-aws-monitoring/main/modules/cloudwatch-alarm-actions/modules/lambda-subscription/src/event_handler.py"
module = import_from_url(file_url)
region = os.environ['REGION']

Expand Down
2 changes: 1 addition & 1 deletion modules/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module "this" {

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.3 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.38.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion modules/dashboard/tests/widgets-log-based/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.67.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 4.33 |
| <a name="provider_test"></a> [test](#provider\_test) | n/a |

## Modules
Expand Down

0 comments on commit 8baf17e

Please sign in to comment.