aws-samples / aws-serverless-workshop-innovator-island

Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop.
MIT No Attribution
564 stars 228 forks source link

Update AWS SDK to v3 in Node.js clients #101

Closed machafer closed 1 year ago

machafer commented 1 year ago

Issue #, if available:

Description of changes: As AWS SDK for JavaScript v2 is in Maintenance Announcement (Phase 2), I propose to update to v3.

I've spend some time to finally find https://github.com/aws/aws-sdk-js-v3/issues/1877#issuecomment-1071508390 & https://github.com/aws/aws-sdk-js-v3/issues/2282#issuecomment-829297405 due to buffers type changes.

⚠️ Please note that this PR doesn't propose changes for theme-park-frontend which also need to be changed (src/components/IoT.vue)

I also didn't modify moduleXX-script.sh scripts are they yet used?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.