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

Add Terraform Test #64

Closed
wants to merge 86 commits into from
Closed

Add Terraform Test #64

wants to merge 86 commits into from

Commits on Apr 28, 2022

  1. Add sample projects

    berviantoleo committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    83d0540 View commit details
    Browse the repository at this point in the history
  2. Add action to deploy

    berviantoleo committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    d670995 View commit details
    Browse the repository at this point in the history
  3. Update deploy.yml

    berviantoleo committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1c56c3a View commit details
    Browse the repository at this point in the history
  4. Moving out

    berviantoleo committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9db5224 View commit details
    Browse the repository at this point in the history
  5. Update Dockerfile

    berviantoleo committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    071c798 View commit details
    Browse the repository at this point in the history
  6. add CMD

    berviantoleo committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e119463 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9e9345 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13d9965 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Add tf

    berviantoleo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    d5b593d View commit details
    Browse the repository at this point in the history
  2. Deploy workdir

    berviantoleo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    fd91fee View commit details
    Browse the repository at this point in the history
  3. Remove from uses

    berviantoleo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2cc53e6 View commit details
    Browse the repository at this point in the history
  4. format

    berviantoleo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    a9083dc View commit details
    Browse the repository at this point in the history
  5. Add license and readme

    berviantoleo committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5b60060 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. add db (#2)

    update to add secret id
    
    update format
    
    update dev
    
    update name
    
    update to env
    
    update to dynamodb
    
    update format
    
    add id
    berviantoleo committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    cabb926 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Create dependabot.yml

    berviantoleo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d4a7893 View commit details
    Browse the repository at this point in the history
  2. Update deploy.yml

    berviantoleo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3ab87bf View commit details
    Browse the repository at this point in the history
  3. Update deploy.yml

    berviantoleo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    670525d View commit details
    Browse the repository at this point in the history
  4. Update deploy.yml

    berviantoleo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ab1c582 View commit details
    Browse the repository at this point in the history
  5. Update deploy.yml

    berviantoleo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    aba7345 View commit details
    Browse the repository at this point in the history
  6. Bump xunit from 2.4.1 to 2.4.2 (#10)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2.
    - [Commits](xunit/xunit@2.4.1...2.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f173b6d View commit details
    Browse the repository at this point in the history
  7. Bump AWSSDK.Extensions.NETCore.Setup from 3.7.1 to 3.7.7 (#8)

    Bumps [AWSSDK.Extensions.NETCore.Setup](https://github.com/aws/aws-sdk-net) from 3.7.1 to 3.7.7.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/3.7.7.0/SDK.CHANGELOG.md)
    - [Commits](aws/aws-sdk-net@3.7.1.0...3.7.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.Extensions.NETCore.Setup
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    07f3c27 View commit details
    Browse the repository at this point in the history
  8. Bump AWSSDK.DynamoDBv2 from 3.7.3.57 to 3.7.103.2 (#12)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.3.57 to 3.7.103.2.
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b20b997 View commit details
    Browse the repository at this point in the history
  9. Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 (#5)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.3 to 2.4.5.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](https://github.com/xunit/visualstudio.xunit/commits)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    10eb1b4 View commit details
    Browse the repository at this point in the history
  10. Bump docker/build-push-action from 2 to 4 (#7)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    82eb675 View commit details
    Browse the repository at this point in the history
  11. Bump docker/metadata-action from 3 to 4 (#4)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    64a8f8b View commit details
    Browse the repository at this point in the history
  12. Bump actions/github-script from 6.0.0 to 6.4.1 (#3)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.0.0 to 6.4.1.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@v6.0.0...v6.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    0fd5af3 View commit details
    Browse the repository at this point in the history
  13. Update deploy.yml

    berviantoleo committed May 11, 2023
    Configuration menu
    Copy the full SHA
    4b8e55e View commit details
    Browse the repository at this point in the history
  14. Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.5.0 (#9)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.5.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.0.0...v17.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7f1b2e3 View commit details
    Browse the repository at this point in the history
  15. Bump Amazon.Lambda.APIGatewayEvents from 2.4.0 to 2.6.0 (#11)

    Bumps [Amazon.Lambda.APIGatewayEvents](https://github.com/aws/aws-lambda-dotnet) from 2.4.0 to 2.6.0.
    - [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/RELEASE.CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-lambda-dotnet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Amazon.Lambda.APIGatewayEvents
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6c09d06 View commit details
    Browse the repository at this point in the history
  16. Bump Amazon.Lambda.AspNetCoreServer from 7.1.0 to 8.1.0 (#13)

    Bumps [Amazon.Lambda.AspNetCoreServer](https://github.com/aws/aws-lambda-dotnet) from 7.1.0 to 8.1.0.
    - [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/RELEASE.CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-lambda-dotnet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Amazon.Lambda.AspNetCoreServer
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6d1cb21 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b86b894 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.103.2 to 3.7.103.3 (#14)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.103.2 to 3.7.103.3.
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 14, 2023
    Configuration menu
    Copy the full SHA
    f12de05 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#16)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.5.0...v17.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2023
    Configuration menu
    Copy the full SHA
    5155db1 View commit details
    Browse the repository at this point in the history
  2. Bump AWSSDK.DynamoDBv2 from 3.7.103.3 to 3.7.103.8 (#15)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.103.3 to 3.7.103.8.
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2023
    Configuration menu
    Copy the full SHA
    04353c5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.103.8 to 3.7.103.12 (#17)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.103.8 to 3.7.103.12.
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2ab615f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 (#18)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 to 17.6.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.6.0...v17.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    2ebb94b View commit details
    Browse the repository at this point in the history
  2. Bump AWSSDK.DynamoDBv2 from 3.7.103.12 to 3.7.103.16 (#19)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.103.12 to 3.7.103.16.
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c7749f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.103.16 to 3.7.103.19 (#20)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.103.16 to 3.7.103.19.
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    a565221 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 (#21)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.1 to 17.6.2.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.6.1...v17.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    cd9e22c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.103.19 to 3.7.103.22 (#22)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.103.19 to 3.7.103.22.
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    f883f1d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.103.22 to 3.7.104.1 (#23)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.103.22 to 3.7.104.1.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    43bf203 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.104.1 to 3.7.105 (#24)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.104.1 to 3.7.105.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/3.7.105.0/SDK.CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-net/commits/3.7.105.0)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    223c2b7 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 (#25)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.2 to 17.6.3.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.6.2...v17.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9408f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Bump xunit from 2.4.2 to 2.5.0 (#28)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.0.
    - [Commits](xunit/xunit@2.4.2...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    7af968e View commit details
    Browse the repository at this point in the history
  2. Bump AWSSDK.DynamoDBv2 from 3.7.105 to 3.7.105.5 (#26)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.105 to 3.7.105.5.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    cd0a75b View commit details
    Browse the repository at this point in the history
  3. Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 (#27)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.0.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@v2.4.5...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f4dd5d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.105.5 to 3.7.105.6 (#29)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.105.5 to 3.7.105.6.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    78c08b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.105.6 to 3.7.200.3 (#30)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.105.6 to 3.7.200.3.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    1d5ef20 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.200.3 to 3.7.200.7 (#31)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.200.3 to 3.7.200.7.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a06b513 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.200.7 to 3.7.200.11 (#33)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.200.7 to 3.7.200.11.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    b4cad78 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 (#32)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.6.3...v17.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a7667ed View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.200.11 to 3.7.200.17 (#34)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.200.11 to 3.7.200.17.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c99472b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 (#36)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.0...v17.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bd7208b View commit details
    Browse the repository at this point in the history
  2. Bump AWSSDK.DynamoDBv2 from 3.7.200.17 to 3.7.200.22 (#35)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.200.17 to 3.7.200.22.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a0688a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.200.22 to 3.7.200.27 (#38)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.200.22 to 3.7.200.27.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f85ddf9 View commit details
    Browse the repository at this point in the history
  2. Bump aws-actions/configure-aws-credentials from 2 to 3 (#37)

    Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 3.
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    22c0933 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 (#40)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.1 to 17.7.2.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.7.1...v17.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    de6284b View commit details
    Browse the repository at this point in the history
  2. Bump AWSSDK.DynamoDBv2 from 3.7.200.27 to 3.7.201.3 (#39)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.200.27 to 3.7.201.3.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    29911c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.201.3 to 3.7.201.7 (#42)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.201.3 to 3.7.201.7.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    71918ce View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4 (#41)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    337a3ad View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Bump docker/metadata-action from 4 to 5 (#46)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0b31efc View commit details
    Browse the repository at this point in the history
  2. Bump docker/build-push-action from 4 to 5 (#44)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f3fdf54 View commit details
    Browse the repository at this point in the history
  3. Bump aws-actions/configure-aws-credentials from 3 to 4 (#45)

    Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3 to 4.
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    05912b5 View commit details
    Browse the repository at this point in the history
  4. Bump AWSSDK.DynamoDBv2 from 3.7.201.7 to 3.7.201.12 (#43)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.201.7 to 3.7.201.12.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    8ee5652 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.201.12 to 3.7.201.15 (#47)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.201.12 to 3.7.201.15.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    980b304 View commit details
    Browse the repository at this point in the history
  2. Bump xunit from 2.5.0 to 2.5.1 (#48)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1.
    - [Commits](xunit/xunit@2.5.0...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    bc8b90d View commit details
    Browse the repository at this point in the history
  3. Bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 (#49)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1.
    - [Commits](xunit/xunit@2.5.0...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    68368ba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.201.15 to 3.7.202.3 (#50)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.201.15 to 3.7.202.3.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    26cf3b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump AWSSDK.DynamoDBv2 from 3.7.202.3 to 3.7.203 (#52)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.202.3 to 3.7.203.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits/3.7.203.0)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    2bb1aa6 View commit details
    Browse the repository at this point in the history
  2. Bump aws-actions/amazon-ecr-login from 1 to 2 (#51)

    Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
    - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
    - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/amazon-ecr-login@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/amazon-ecr-login
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4ce20ba View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#53)

    Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3.
    - [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
    - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: xunit.runner.visualstudio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    76846b8 View commit details
    Browse the repository at this point in the history
  2. Bump AWSSDK.DynamoDBv2 from 3.7.203 to 3.7.203.2 (#55)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.203 to 3.7.203.2.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b9ffde1 View commit details
    Browse the repository at this point in the history
  3. Bump xunit from 2.5.1 to 2.5.2 (#54)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.2.
    - [Commits](xunit/xunit@2.5.1...2.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6c1b2dd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Bump xunit from 2.5.2 to 2.5.3 (#56)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.5.3.
    - [Commits](xunit/xunit@2.5.2...2.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    54c4a19 View commit details
    Browse the repository at this point in the history
  2. Bump AWSSDK.DynamoDBv2 from 3.7.203.2 to 3.7.203.7 (#57)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.203.2 to 3.7.203.7.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e779806 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Bump Amazon.Lambda.APIGatewayEvents from 2.6.0 to 2.7.0 (#60)

    Bumps [Amazon.Lambda.APIGatewayEvents](https://github.com/aws/aws-lambda-dotnet) from 2.6.0 to 2.7.0.
    - [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/RELEASE.CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-lambda-dotnet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Amazon.Lambda.APIGatewayEvents
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d90951a View commit details
    Browse the repository at this point in the history
  2. Bump Amazon.Lambda.Core from 2.1.0 to 2.2.0 (#59)

    Bumps [Amazon.Lambda.Core](https://github.com/aws/aws-lambda-dotnet) from 2.1.0 to 2.2.0.
    - [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/RELEASE.CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-lambda-dotnet/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Amazon.Lambda.Core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    69c4d4e View commit details
    Browse the repository at this point in the history
  3. Bump AWSSDK.DynamoDBv2 from 3.7.203.7 to 3.7.203.11 (#58)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.203.7 to 3.7.203.11.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a07fb72 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Bump hashicorp/setup-terraform from 2 to 3 (#63)

    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    302e8a7 View commit details
    Browse the repository at this point in the history
  2. Bump xunit from 2.5.3 to 2.6.1 (#62)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.5.3 to 2.6.1.
    - [Commits](xunit/xunit@2.5.3...2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    831c947 View commit details
    Browse the repository at this point in the history
  3. Bump AWSSDK.DynamoDBv2 from 3.7.203.11 to 3.7.203.12 (#61)

    Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.203.11 to 3.7.203.12.
    - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
    - [Commits](https://github.com/aws/aws-sdk-net/commits)
    
    ---
    updated-dependencies:
    - dependency-name: AWSSDK.DynamoDBv2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    71909d6 View commit details
    Browse the repository at this point in the history
  4. Update main.tf

    berviantoleo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0472d35 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. fix: add simple test

    berviantoleo committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    50e7dad View commit details
    Browse the repository at this point in the history
  2. fix: add test to ci

    berviantoleo committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1e31c49 View commit details
    Browse the repository at this point in the history
  3. fix: format

    berviantoleo committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d41e8f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375ecfa View commit details
    Browse the repository at this point in the history