cdk-insights
Version:
AWS CDK security and cost analysis tool with AI-powered insights
5 lines (4 loc) • 381 B
TypeScript
import type { MiddlewareObj } from '@middy/core';
import type { APIGatewayProxyEvent } from 'aws-lambda';
import type { ValidateLicenseKeyMiddlewareDependencies } from './validateLicenseKeyMiddleware.types';
export declare const validateLicenseKeyMiddleware: ({ licenseTableName, dynamoDBClient, }: ValidateLicenseKeyMiddlewareDependencies) => MiddlewareObj<APIGatewayProxyEvent>;