Skip to content

Instantly share code, notes, and snippets.

View seanturner026's full-sized avatar

Sean Turner seanturner026

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am seanturner026 on github.
  • I am seanturner (https://keybase.io/seanturner) on keybase.
  • I have a public key whose fingerprint is 3437 575E 1B6C 01A7 A4EF FD3E A56A F937 7CA7 74A8

To claim this, I am signing this object:

locals {
service_name = replace(var.service_name, "-", "_")
lambdas = {
events_debug_logger = {
description = "Logs eventbridge events for ${var.service_name}."
timeout = 10
}
}