spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
589 stars 376 forks source link

Cannot fetch parameter from ssm parameter store in local tests #803

Open rmpestano opened 2 years ago

rmpestano commented 2 years ago

Type: Bug

Component: aws-parameter-store-config

Describe the bug

Hi everyone, I'm having an issue with aws-parameter-store-config only locally (everything works on aws) so I guess I have a problem within my local setup.

I'm trying to use localstack to mock SSM in my integration test. The application can connect to the store (I debugged and see this request is successfull) but it's returning empty result.

Sample I've created a sample app here and the steps to reproduce are in the readme file.

Do you have any ideas?

Thank you in advance!