UNPKG

graphql-transformer-common

Version:

Common code and constants for AppSync Transformers

12 lines 422 B
export declare class PredictionsResourceIDs { static actionMapID: string; static iamRole: string; static lambdaIAMRole: string; static lambdaName: string; static lambdaID: string; static lambdaHandlerName: string; static lambdaRuntime: string; static lambdaTimeout: number; static getPredictionFunctionName(action: string): string; } //# sourceMappingURL=PredictionsResourceIDs.d.ts.map