Skip to content

Commit

Permalink
Revert "❌ Break: Deliberate break to test Slack workflow" (#6563)
Browse files Browse the repository at this point in the history
Revert "❌  Break: Deliberate break to test Slack workflow (#6562)"

This reverts commit fcaf18f.
  • Loading branch information
Gary-H9 authored Jan 15, 2025
1 parent fcaf18f commit 9c4a7c6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ module "jml_report_lambda" {
publish = true
create_package = false

function_name = "analytical-platform-jml-report"
description = "Generates a JML report and sends it to JMLv4"
package_type = "Image"
memory_size = 512
timeout = 120
image_uri = "509399598587.dkr.ecr.eu-west-2.amazonaws.com/analytical-platform-jml-report:1.4.4"

environment_variables = {
SECRET_ID = data.aws_secretsmanager_secret_version.govuk_notify_api_key.id
LOG_GROUP_NAMES = "/aws/events/auth0/alpha-analytics-moj"
Expand Down

0 comments on commit 9c4a7c6

Please sign in to comment.