@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.
8 lines (7 loc) • 308 B
TypeScript
import * as AWSLambda from 'aws-lambda';
/**
* Exported for unit testing.
* @internal
*/
export declare function verifyBody(event: AWSLambda.APIGatewayProxyEventV2, secret: any): string;
export declare function handler(event: AWSLambda.APIGatewayProxyEventV2): Promise<AWSLambda.APIGatewayProxyResultV2>;