quarkiverse / quarkus-amazon-services

Quarkus Amazon Services extensions
Apache License 2.0
41 stars 49 forks source link

Support dev services globally #253

Closed scrocquesel closed 2 years ago

scrocquesel commented 2 years ago

Regarding needs for dynamodb and s3, the extension should provide support for devservices for each proposed services.

It will allow to get rid of the maven docker plugin in integration tests.

Currently, localstack is used in integration for all services but cognito. Cognito use moto.

Sharing container should be supported in dev mode. See discussion in https://github.com/quarkiverse/quarkus-amazon-services/issues/173 for some design limitation. In test mode, it would be nice to reduce footprint by having a all in one container.

gsmet commented 2 years ago

My understanding is that we can close this one?

scrocquesel commented 2 years ago

Yes