amplify-education / serverless-vpc-discovery

Serverless plugin for discovering VPC / Subnet / Security Group configuration by name.
MIT License
38 stars 15 forks source link

AWS SDK V2 Required Dependency #77

Closed MarcDOLF closed 11 months ago

MarcDOLF commented 1 year ago

Hi, we are currently evaluating the use of this plugin for our project.

We noticed that this plugin requires the AWS SDK v2 in the deployment package. Unfortunately the version 2 of the SDK is outdated. This old version of the SDK leads to a quite large bundle size.

Are there plans to update this tool to the newer AWS SDK Version?

rddimon commented 1 year ago

Hi @MarcDOLF

Thank you for the question!

We will work on it for sure in the future but there is a V2 dependency on the serverless side. Which are not allowing us to fully drop V2 right now.