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

aws-lite #553

Merged
merged 25 commits into from
Feb 3, 2024
Merged

aws-lite #553

merged 25 commits into from
Feb 3, 2024

Commits on Oct 10, 2023

  1. Update deps

    ryanblock committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cf5b8b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    eca838a View commit details
    Browse the repository at this point in the history
  2. Temporarily revert tap-arc

    ryanblock committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3a72eba View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

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

Commits on Oct 13, 2023

  1. Expose @aws-lite/dynamodb client as arc.tables()._client

    Allow legacy AWS SDK client opt-in with `arc.tables({ awsSdkClient: true })`
    ryanblock committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    15115f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48db6a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59dbfd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. @aws-sdk/client-sns / aws-sdk/clients/sns@aws-lite/sns

    `@aws-sdk/client-sqs` / `aws-sdk/clients/sqs` → `@aws-lite/sqs`
    Cache port gets
    Fix SSM calls in AWS
    ryanblock committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3ca8918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1516a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    9a1ad47 View commit details
    Browse the repository at this point in the history
  2. @aws-sdk/client-apigatewaymanagementapi / `aws-sdk/clients/apigatew…

    …aymanagementapi` → `@aws-lite/apigatewaymanagementapi`
    ryanblock committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    daeac37 View commit details
    Browse the repository at this point in the history
  3. Farewell, old friend!

    ryanblock committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    48c681e View commit details
    Browse the repository at this point in the history
  4. 8.0.0-RC.0

    ryanblock committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c614a4b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update readme

    ryanblock committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6b711e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update deps

    ryanblock committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    82b9d0d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Update deps

    ryanblock committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d06c36e View commit details
    Browse the repository at this point in the history
  2. 8.0.0-RC.1

    ryanblock committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    03d9d4c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Test matrix update: add Node.js 20.x / remove 14.x

    Update changelog
    ryanblock committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0455baa View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update CI

    ryanblock committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4bff97b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Move calls to new aws-lite endpoint param

    If necessary, use dummy creds when running locally
    Update deps
    Use `tap-arc`
    Temporarily disable type testing, which is known to be broken at the moment
    ryanblock committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d4687c4 View commit details
    Browse the repository at this point in the history
  2. 8.0.0-RC.3

    ryanblock committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c4f5595 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Update deps

    ryanblock committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    653db73 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Update types imported from aws-sdk (#555)

    * remove types imported from aws-sdk
    
    * use types from aws-lite/<plugin>-types
    
    * correct tables._client type
    
    also arc.ws._api returns client.ApiGatewayManagementApi 
    
    also remove some old JSDoc since it's mixing with .d.ts in a confusing way for consumers
    
    * include types test in main test command
    tbeseda authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1929c95 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Update deps

    Restore types testing
    ryanblock committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    792c26b View commit details
    Browse the repository at this point in the history