micronaut-projects / micronaut-aws

Projects specific to integrating Micronaut and Amazon Web Services (AWS)
Apache License 2.0
82 stars 81 forks source link

Function Client AWS SDK V2 #2121

Open driverpt opened 2 months ago

driverpt commented 2 months ago

Feature description

Using AWS SDK V2 for Underlying Function Client

sdelamo commented 1 month ago

can you elaborate what you ware requesting?

driverpt commented 6 days ago

Apologies. So, currently function-client-aws is using aws-sdk-v1, which is bringing all of the aws-sdk-v1 dependencies along everytime I use it. If you plan on using aws-sdk-v2 exclusively, that may require extra dependencies and configurations to the projects.

TL;DR. We are requesting a function-client-aws-v2 which is dependent exclusively on aws-sdk-v2.