@aws-cdk_integ-tests-alpha.LambdaFunctionProviderProps
interface LambdaFunctionProviderProps
Language | Type name |
---|---|
![]() | Amazon.CDK.IntegTests.Alpha.LambdaFunctionProviderProps |
![]() | github.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#LambdaFunctionProviderProps |
![]() | software.amazon.awscdk.integtests.alpha.LambdaFunctionProviderProps |
![]() | aws_cdk.integ_tests_alpha.LambdaFunctionProviderProps |
![]() | @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
Name | Type | Description |
---|---|---|
handler? | string | The handler to use for the lambda function. |
handler?
Type:
string
(optional, default: index.handler)
The handler to use for the lambda function.