Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 18:51
· 212 commits to main since this release
ba04313

Major Changes

  • Transform JS SDK APIs to v3 from static imports of aws-sdk v2
    • Default Import
    • Namespace Import
    • Variable Require
    • Import Equals
    • Named Import
    • Named Import with a local name
    • ObjectPattern Require
    • ObjectPattern Require with a local name
    • Variable Require Property
    • Variable Require Property with a local name
    • Default Import with deep path
    • Namespace Import with deep path
    • Variable Require with deep path
    • Import Equals with deep path
  • Transform JS SDK client creations in v2 to v3
    • When client name is same
    • When client name is different
    • When client is imported with a local name
  • Transform simple JS SDK config from v2 to v3 which is deprecated, not supported, replaced or renamed
  • Remove .promise() from JS SDK API calls
  • Transform JS SDK v2 TypeScript types to v3
  • Remove redundant JS SDK v2 TypeScript types
  • Transform waiter waitFor calls with waitUntil* functions
  • Transform JS SDK v2 credential providers and chains to v3
  • Transform JS SDK v2 token providers and chains to v3
  • Transform DynamoDB DocumentClient from v2 to v3
  • Transform S3 getSignedUrl APIs from v2 to v3
  • Transform S3 multi-part upload APIs from v2 to v3