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.

3 lines (2 loc) 140 B
import { StepFunctionLambdaInput } from './lambda-helpers'; export declare function handler(event: StepFunctionLambdaInput): Promise<void>;