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.

5 lines (4 loc) 243 B
import * as AWSLambda from 'aws-lambda'; type ApiGatewayEvent = AWSLambda.APIGatewayProxyEvent | AWSLambda.APIGatewayProxyEventV2; export declare function handler(event: ApiGatewayEvent): Promise<AWSLambda.APIGatewayProxyResultV2>; export {};