You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module shows how to create GitHub action runners using an Windows Runners. Lambda release will be downloaded from GitHub.
Usages
Steps for the full setup, such as creating a GitHub app can be found in the root module's README. First, download the Lambda releases from GitHub. Alternatively you can build the lambdas locally with Node or Docker, for which there is a build script available at <root>/.ci/build.sh. In the main.tf you can remove the location of the lambda zip files, the default location will work in this case.
cd lambdas-download
terraform init
terraform apply
cd ..
Before running Terraform, ensure the GitHub app is configured.
terraform init
terraform apply
Note: It can take upwards of ten minutes for a runner to start processing jobs, and about as long for logs to start showing up. It's recommend that scale the runners via a warm-up job and then keep them idled.