Run ./mvnw test and test will fail with:
software.amazon.awssdk.services.ssm.model.ParameterNotFoundException: Parameter hello not found.
....
Go to GreetingResourceTest and enable workaround test resource:
@QuarkusTestResource(SsmReadinessProbeTestResource.class)Run ./mvnw test again and it will succeed.