Closed lennykey closed 1 year ago
That warning indicates you have a profile in the aws credentials
file called [profile localDynamoDB]
.
Profile file names in the credentials
file do not require the profile
prefix, the warning is complaining about the space character.
You can:
(1) change the profile name to [localDynamoDB]
OR
(2) move the [profile localDynamoDB]
profile and all its content to the aws config
file.
Describe the bug
When loading e.g. SqsClient as a bean and not even using DynamoDB I get the following message as a warning:
Expected Behavior
The warning should not appear
Current Behavior
The warning is constantly appearing
Reproduction Steps
import the library and create a bean in SpringBoot e.g. returning an Sqsclient
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.20.31
JDK version used
17
Operating System and version
MacOs