I am definitely in need of a similar approach to create integration tests for a solution using Lambda / S3 / SQS.
I eagerly pulled the code and am attempting run the integration tests but failing at the first hurdle - getting an error when the Spring Context test is running:
Error resolving attributes for queue update_shipment_picture_queue with strategy CREATE and queueAttributesNames []
oftware.amazon.awssdk.core.exception.SdkClientException: Unable to execute HTTP request: Connection refused: no further information: localhost.localstack.cloud/127.0.0.1:4566
Unfortunately very new to using docker and integrating with AWS and unsure how to resolve - would you be able to provide any pointers?
Thanks