Skip to content

Commit

Permalink
New Resource: aws_lambda_function_event_invoke_config
Browse files Browse the repository at this point in the history
Reference: #11087

Output from acceptance testing:

```
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_Qualifier_AliasName (39.02s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_disappears_LambdaFunction (41.57s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_FunctionName_Arn (48.59s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_Qualifier_Latest (67.00s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_MaximumEventAgeInSeconds (68.94s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_disappears_LambdaFunctionEventInvokeConfig (70.85s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_Swap (75.07s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_Remove (92.63s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_basic (101.05s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_Qualifier_FunctionVersion (108.37s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_MaximumRetryAttempts (111.47s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_OnFailure_Destination (118.33s)
--- PASS: TestAccAWSLambdaFunctionEventInvokeConfig_DestinationConfig_OnSuccess_Destination (121.72s)
```
  • Loading branch information
bflad committed Dec 6, 2019
1 parent 79649ab commit bbfd47f
Show file tree
Hide file tree
Showing 5 changed files with 1,299 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,13 @@ func Provider() terraform.ResourceProvider {
"aws_kms_grant": resourceAwsKmsGrant(),
"aws_kms_key": resourceAwsKmsKey(),
"aws_kms_ciphertext": resourceAwsKmsCiphertext(),
"aws_lambda_function": resourceAwsLambdaFunction(),
"aws_lambda_event_source_mapping": resourceAwsLambdaEventSourceMapping(),
"aws_lambda_alias": resourceAwsLambdaAlias(),
"aws_lambda_event_source_mapping": resourceAwsLambdaEventSourceMapping(),
"aws_lambda_function_event_invoke_config": resourceAwsLambdaFunctionEventInvokeConfig(),
"aws_lambda_function": resourceAwsLambdaFunction(),
"aws_lambda_layer_version": resourceAwsLambdaLayerVersion(),
"aws_lambda_permission": resourceAwsLambdaPermission(),
"aws_lambda_provisioned_concurrency_config": resourceAwsLambdaProvisionedConcurrencyConfig(),
"aws_lambda_layer_version": resourceAwsLambdaLayerVersion(),
"aws_launch_configuration": resourceAwsLaunchConfiguration(),
"aws_launch_template": resourceAwsLaunchTemplate(),
"aws_licensemanager_association": resourceAwsLicenseManagerAssociation(),
Expand Down
Loading

0 comments on commit bbfd47f

Please sign in to comment.