awslabs / aws-ai-solution-kit

Machine Learning APIs for common use cases, include: General OCR (Simplified/Traditional Chinese), Custom OCR, Image Similarity, Object Recognition, Face Detection, Face Comparison, Human Image Segmentation, Human Attribute Recognition, Pornography Detection, Image Super Resolution, Text Similarity, Car License Plate, etc.
Apache License 2.0
145 stars 25 forks source link

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

Open trivikr opened 8 months ago

trivikr commented 8 months ago

Description

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.

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 src/**/*.js

Type of change

Please delete options that are not relevant.

trivikr commented 8 months ago

I'm not sure how to make changes with projen. Feel free to take over this PR, and/or cherry-pick commits.