From d5900d552967a7f33b927044602ea416024f8e6e Mon Sep 17 00:00:00 2001 From: Simon Davis Date: Wed, 23 Sep 2020 11:34:21 -0700 Subject: [PATCH] Update CHANGELOG for #15232 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 806c742eba0f..1486d6e2bade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ FEATURES ENHANCEMENTS * resource/aws_apigatewayv2_api: Add `disable_execute_api_endpoint` attribute [GH-15250] +* resource/aws_apigatewayv2_authorizer: Add `authorizer_payload_format_version`, `authorizer_result_ttl_in_seconds` and `enable_simple_responses` attribute to support Lambda authorizers for HTTP APIs [GH-15232] +* resource/aws_apigatewayv2_authorizer: Change `identity_sources` to an optional attribute [GH-15232] * resource/aws_glue_job - add `non_overridable_arguments` argument [GH-14793] * data-source/aws_lb: Add `customer_owned_ipv4_pool` and `subnet_mapping` `outpost_id` attributes [GH-15170] * resource/aws_fsx_lustre_file_system - add support for backup retention [GH-14446]