Upgraded NServiceBus.AmazonSQS version 8 which upgrades AWS SDK to version 4
The AWS SDK introduces breaking changes, such as returning null instead of empty collections. The lambda package has been updated internally to accommodate these changes.
If your application code directly uses the AWS SDK and is affected by these changes, you’ll need to adjust your code accordingly by following the AWS SDK v4 upgrade guidelines.