Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r/aws_lambda_runtime_management_config: new resource #37643

Merged
merged 1 commit into from
May 23, 2024

Commits on May 22, 2024

  1. r/aws_lambda_runtime_management_config: new resource

    This resource will allow practitioners to manage AWS Lambda runtime management configurations via Terraform.
    
    ```console
    % make testacc PKG=lambda TESTS="TestAccLambdaRuntimeManagementConfig_"
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.22.2 test ./internal/service/lambda/... -v -count 1 -parallel 20 -run='TestAccLambdaRuntimeManagementConfig_'  -timeout 360m
    
    --- PASS: TestAccLambdaRuntimeManagementConfig_disappears_Function (37.05s)
    --- PASS: TestAccLambdaRuntimeManagementConfig_basic (38.77s)
    --- PASS: TestAccLambdaRuntimeManagementConfig_runtimeVersionARN (40.33s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/lambda     45.265s
    ```
    jar-b committed May 22, 2024
    Configuration menu
    Copy the full SHA
    69b4d62 View commit details
    Browse the repository at this point in the history