Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(AWS API Gateway): Allow reuse and customization of schema models #7619

Merged
merged 15 commits into from
Feb 26, 2021

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    9d24df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ab7579 View commit details
    Browse the repository at this point in the history
  3. Updating to specified format in serverless#6171. One big assumption i…

    …s the text reference in the method schema. If it is plain text and doesn't match a model in the provider it will be parsed. If there are issues within CloudFormation it will error. i.e application/json having invalid json formation as part of teh draft-04 syntax. This was created this way for instances of `text/html` and `text/plain` not really having a structured layout.
    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    b839a8f View commit details
    Browse the repository at this point in the history
  4. Fixing prettier issues.

    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    4f20607 View commit details
    Browse the repository at this point in the history
  5. Fixing decreased coverage blocks.

    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f948f57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b22782 View commit details
    Browse the repository at this point in the history
  7. Updating from feedback from PR Review.

    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2a69e2f View commit details
    Browse the repository at this point in the history
  8. Refactoring out modela and request validators to new file. Wrote new …

    …test that will validate against a YML configuration.
    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    84f195e View commit details
    Browse the repository at this point in the history
  9. Addressing feedback from review.

    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e61cef1 View commit details
    Browse the repository at this point in the history
  10. Addressing issues from review.

    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ec832ac View commit details
    Browse the repository at this point in the history
  11. Fixing build issues.

    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ea875d6 View commit details
    Browse the repository at this point in the history
  12. Fixing feedback from review. Resolving serverless instance in before …

    …block and utilizing it throughout the tests.
    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e260c54 View commit details
    Browse the repository at this point in the history
  13. Only creating models that are used if they are defined in the provide…

    …r. This will prevent the creation of unnecessary resources.
    jmcguffee authored and pgrzesik committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9e91623 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    641d8b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    f7d9e95 View commit details
    Browse the repository at this point in the history