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

Integrate with localstack for testing AWS deployments #145

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    97400ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e4b989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4c01b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    807d256 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4d23a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7242d7f View commit details
    Browse the repository at this point in the history
  7. Run format and lint scripts

    marwan37 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6a148f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dcda94 View commit details
    Browse the repository at this point in the history
  9. Address typo in README

    marwan37 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9b431b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    dfe5a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55e115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ada3ca8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd54fe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb3c7c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1542cc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    0ac39f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b116595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c545ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb7e4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    056af11 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update .github/workflows/aws-integration-test.yml

    Co-authored-by: Alex Strick van Linschoten <[email protected]>
    marwan37 and strickvl authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    63a8fd0 View commit details
    Browse the repository at this point in the history
  2. Update tests/integration/aws-modular/local.tfvars

    Co-authored-by: Alex Strick van Linschoten <[email protected]>
    marwan37 and strickvl authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0137978 View commit details
    Browse the repository at this point in the history
  3. Update tests/integration/aws-remote-state/local.tfvars

    Co-authored-by: Alex Strick van Linschoten <[email protected]>
    marwan37 and strickvl authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    39fa4e6 View commit details
    Browse the repository at this point in the history
  4. Update tests/integration/README.md

    Co-authored-by: Alex Strick van Linschoten <[email protected]>
    marwan37 and strickvl authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    106c6b3 View commit details
    Browse the repository at this point in the history
  5. Remove cleanup steps from AWS Modular workflow

    Following @strickvl's suggestion, removed the terraform destroy and related cleanup commands. These steps are unnecessary for our ephemeral instances and do not impact the repo's state.
    
    Co-authored-by: Alex Strick van Linschoten <[email protected]>
    marwan37 and strickvl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e08a220 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9d9737 View commit details
    Browse the repository at this point in the history