cdklabs / construct-hub

AWS CDK construct library that can be used to deploy instances of the Construct Hub in any AWS Account.
https://constructs.dev
Apache License 2.0
207 stars 27 forks source link

fix(ingest): upgrade to AWS SDK v3 #1463

Closed otaviomacedo closed 2 months ago

otaviomacedo commented 2 months ago

Upgrade the ingestion and re-ingest functions to AWS SDK v3. Some shared functions that used Buffer as input were refactored to take a Uint8Array.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license