aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

[Dependencies] - Add dependency on aws-query-protocol #555

Closed angusy29 closed 2 weeks ago

angusy29 commented 2 weeks ago

Issue #, if available:

Description of changes:

When attempting to invoke a newly registered resource, you'll get an exception

Resource handler returned message: "software/amazon/awssdk/protocols/query/interceptor/QueryParametersToBodyInterceptor" (RequestToken: 62cbe134-1a8d-1c93-2ec1-70feb14d55cf, HandlerErrorCode: InternalFailure)

Adding the aws-query-protocol dependency fixes this.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.