Anca G
Hi Anca,
I updated the POM to that latest dependencies and that resolved a lot of errors (Lombok being the main one needing updating).
All of the ShipmentServiceIntegrationsTest PASS.
However, the tests for MessageReceiverIntegrationTest and LambdaIntegrationTest are failing. Various connection related errors, plus errors creating Lambda functions and invalid JSONObjects.
Some of the value placeholders are not getting replaced correctly and then failing.
For example.
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'amazonS3Config': Injection of autowired dependencies failed
and
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'aws.credentials.access-key' in value "${aws.credentials.access-key}"