Skip to content

Instantly share code, notes, and snippets.

@DanielDaCosta
Last active September 12, 2020 19:05
Show Gist options
  • Select an option

  • Save DanielDaCosta/c2f62c27bfc994a60bde0aef753899bb to your computer and use it in GitHub Desktop.

Select an option

Save DanielDaCosta/c2f62c27bfc994a60bde0aef753899bb to your computer and use it in GitHub Desktop.
locals {
name_dash = "${var.name}-${var.environment}"
# Lambda with Alarms
alarms_dimensions = {
"${var.name}-${var.environment}-lambda-1" = {
FunctionName = "${var.name}-${var.environment}-lambda-1"
},
"lambda-2" = {
FunctionName = "lambda-y"
},
"ADD_NEW_LAMBDA" = {
FunctionName = "ADD_YOUR_LAMBDA_TO_MONITORED"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment