aws-cloudformation / cloudformation-cli-java-plugin

The CloudFormation Provider Development Toolkit Java Plugin allows you to autogenerate java code based on an input schema.
Apache License 2.0
30 stars 47 forks source link

Chore: disable redundant validation from the handler execution #440

Closed tvp-1 closed 1 month ago

tvp-1 commented 3 months ago

Description of changes: This change disables the redundant schema validation from the handler execution. It is redundant, because the schema validation also happens at service's side

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.