Skip to content

Commit

Permalink
Update CHANGELOG for #17099
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Jan 21, 2021
1 parent f93feb1 commit cf228f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ ENHANCEMENTS
BUG FIXES

* resource/aws_api_gateway_authorizer: Ensure `authorizer_credentials` are configured when `type` is `COGNITO_USER_POOLS` [GH-16614]
* resource/aws_api_gateway_rest_api: Ensure `api_key_source`, `binary_media_types`, `description`, `minimum_compression_size`, `name`, and `policy` configuration values are correctly applied as an override after OpenAPI specification import (`body` argument) [GH-17099]
* resource/aws_api_gateway_rest_api: Allow `api_key_source`, `binary_media_types`, and `description` arguments to be omitted from configuration with OpenAPI specification import (`body` argument) [GH-17099]
* resource/aws_lambda_function: Prevent panic with missing `FunctionConfiguration` `PackageType` attribute in API response [GH-16544]
* resource/aws_lambda_function: Prevent panic with missing environment variable value [GH-17056]
* resource/aws_sagemaker_image: Fix catching image not found on read error [GH-17141]
Expand Down

0 comments on commit cf228f1

Please sign in to comment.