Last active
July 12, 2022 22:24
-
-
Save antklim/8a7dd3c06fa2cb2acaa403bc8205e883 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FormDataRequestValidator: | |
Type: AWS::ApiGateway::RequestValidator | |
Properties: | |
RestApiId: !Ref APIGW | |
ValidateRequestBody: true | |
ValidateRequestParameters: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment