UNPKG

@cloudsnorkel/cdk-github-runners

Version:

CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.

7 lines (6 loc) 207 B
import { StepFunctionLambdaInput } from './lambda-helpers'; export declare function handler(event: StepFunctionLambdaInput): Promise<{ domain: string; token: string; registrationUrl: string; }>;