Describe the feature
Currently, the aws-sdk uses the uuid package to generate uuid v4.
Since crypto.randomUUID() can also generate them, why not use this instead?
Use Case
This would reduce the number of packages we depend on.
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
Environment details (OS name and version, etc.)
Describe the feature
Currently, the aws-sdk uses the uuid package to generate uuid v4.
Since crypto.randomUUID() can also generate them, why not use this instead?
Use Case
This would reduce the number of packages we depend on.
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
Environment details (OS name and version, etc.)