@aws-cdk_integ-tests-alpha.LambdaFunctionProviderProps

interface LambdaFunctionProviderProps 🔹

LanguageType name
.NETAmazon.CDK.IntegTests.Alpha.LambdaFunctionProviderProps
Gogithub.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#LambdaFunctionProviderProps
Javasoftware.amazon.awscdk.integtests.alpha.LambdaFunctionProviderProps
Pythonaws_cdk.integ_tests_alpha.LambdaFunctionProviderProps
TypeScript (source)@aws-cdk/integ-tests-alpha » LambdaFunctionProviderProps

Properties for a lambda function provider.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as integ_tests_alpha from '@aws-cdk/integ-tests-alpha';
const lambdaFunctionProviderProps: integ_tests_alpha.LambdaFunctionProviderProps = {
  handler: 'handler',
};

Properties

NameTypeDescription
handler?🔹stringThe handler to use for the lambda function.

handler?🔹

Type: string (optional, default: index.handler)

The handler to use for the lambda function.