logstash-plugins / logstash-integration-aws

Apache License 2.0
7 stars 17 forks source link

Use aws sdk v3 #9

Closed jsvd closed 2 years ago

jsvd commented 2 years ago

Introduce aws-sdk v3, by including the service-specific gems + aws-sdk-core v3, instead of adding the top level ask-sdk gem that would bring on > 300 dependencies.

This PR also removes the calls to eager loading as in aws-sdk v3 it's no longer necessary since we're loading the gems we need explicitly.

Replacement of #6 that was closed by github once bootstrap_work branch was deleted.