AWS Lambda Functions

Compute Lambda Functions

job "aws" "lambda" {
    region = "us-west-2"
     config {
        tag = "tag:example"
        count = 5
        chaos = "stop"
    }
}

chaos config:

  • terminate: Finds lambda functions with specified tag and force deletes them.
  • stop: Puts reserved concurrency to 0 in found functions.