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

fix(appsync): add caching config to AppSync resolvers #17815

Commits on Dec 2, 2021

  1. fix(appsync): add caching config to AppSync resolvers

    Kyle Villegas committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9071e72 View commit details
    Browse the repository at this point in the history
  2. Updating unit test to .identity caching key

    Kyle Villegas committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    b76bc5f View commit details
    Browse the repository at this point in the history
  3. Linting

    Kyle Villegas committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9beecff View commit details
    Browse the repository at this point in the history
  4. Updating integration test expectations

    Kyle Villegas committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9a99d8b View commit details
    Browse the repository at this point in the history
  5. removing duplicate line in expected integ json

    Kyle Villegas committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    63fad2e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Adding caching configuration validation and unit tests

    Kyle Villegas committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e3d3c11 View commit details
    Browse the repository at this point in the history
  2. Adding caching key constants

    Kyle Villegas committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f53ac90 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Checking if caching key is resolved before validating

    Kyle Villegas committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    b413402 View commit details
    Browse the repository at this point in the history
  2. Update resolver.ts

    otaviomacedo authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5be68e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    735a7c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f0130f View commit details
    Browse the repository at this point in the history