Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save antklim/8a7dd3c06fa2cb2acaa403bc8205e883 to your computer and use it in GitHub Desktop.
Save antklim/8a7dd3c06fa2cb2acaa403bc8205e883 to your computer and use it in GitHub Desktop.
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