Hello,
I have noticed that the module github.com/d-velop/dvelop-sdk-go/lambda, among others, uses versions that are outdated. This means that the "old" AWS SDK is currently being used and not the AWS SDK 2.0.
However, since the AWS SDK 1.0 has been discontinued, it should be urgently updated to the new one.
Modules that use the AWS SDK should therefore also be updated. (e.g. /aws/lambda)
OLD:
https://github.com/aws/aws-sdk-go
NEW:
https://github.com/aws/aws-sdk-go-v2

Hello,
I have noticed that the module github.com/d-velop/dvelop-sdk-go/lambda, among others, uses versions that are outdated. This means that the "old" AWS SDK is currently being used and not the AWS SDK 2.0.
However, since the AWS SDK 1.0 has been discontinued, it should be urgently updated to the new one.
Modules that use the AWS SDK should therefore also be updated. (e.g. /aws/lambda)
OLD:
https://github.com/aws/aws-sdk-go
NEW:
https://github.com/aws/aws-sdk-go-v2