Skip to content

Repository files navigation

sheepdog-runner

Lambda runner that execute monitoring and alerting tasks

Environment variable

PUSHGATEWAY: xxxx # pushgateway url
LOGLEVEL: DEBUG | INFO | WARN | ERROR  # log level default INFO
SQS_QUEUE_NAME: xxx # sqs queue name default : test

Another way is to setup a file .env.local.json with this format

{
    "Runner": {
        "PUSHGATEWAY": "xxxx"
    }
}

local release

goreleaser release --snapshot --clean

launch local sam

lambda runner will be available at http://localhost:3000/runner

make sam-local

launch localstack & send event with content of inputs.txt

make localstack
make call
make log # to follow lambda logs

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages