package
0.0.0-20191219234935-df6a15f4767e
Repository: https://github.com/corenzan/owl.git
Documentation: pkg.go.dev
# README
This is a handler (function) wrapping the Owl agent so it can run on Amazon Lambda.
Use make
to build, deploy, and update the function on your account. You'll also need to have the AWS-CLI client already installed and create a .env
file with some variables like region and role ARN for its execution.
See Building Lambda Functions with Go.
To schedule the agent you can use events. See Tutorial: Schedule AWS Lambda Functions Using CloudWatch Events.