cam-inc / viron

OAS-driven Frontend-NoCode Administration Console
https://discovery.viron.plus/
MIT License
1.02k stars 52 forks source link

chore: migrate AWS SDK for JavaScript v2 APIs to v3 #764

Closed trivikr closed 7 months ago

trivikr commented 10 months ago

Summary

This PR migrates AWS SDK for JavaScript v2 APIs to v3 using aws-sdk-js-codemod.

$ npx aws-sdk-js-codemod@0.28.2 -t v2-to-v3 example/**/*.ts

Reference(s)

From AWS SDK for JavaScript v2 README:

We are formalizing our plans to make the Maintenance Announcement (Phase 2) for AWS SDK for JavaScript v2 in 2023.

Checklist

changeset-bot[bot] commented 10 months ago

⚠️ No Changeset found

Latest commit: a79291a2efa4ec78a4f71ed85a1dc71f8ea28e3e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

trivikr commented 7 months ago

I've rebase changes from develop branch since the last three months, and updated package lockfile. Is there anything else needed for review and merge of this change?

cc @ishikawa-pro @nonoakij