Lambda runner that execute monitoring and alerting tasks
PUSHGATEWAY: xxxx # pushgateway url
LOGLEVEL: DEBUG | INFO | WARN | ERROR # log level default INFO
SQS_QUEUE_NAME: xxx # sqs queue name default : testAnother way is to setup a file .env.local.json with this format
{
"Runner": {
"PUSHGATEWAY": "xxxx"
}
}goreleaser release --snapshot --cleanlambda runner will be available at http://localhost:3000/runner
make sam-localmake localstack
make call
make log # to follow lambda logs