You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable CloudMap service support in localstack module. Based on @maciejwalkowiak conversation with localstack team AWS CloudMap is supported for pro-users, so if we can enable CloudMap service support in localstack module then customers can use this framework to run integration tests.
In fact I can use this support first now to create integration tests for my PR (awspring/spring-cloud-aws#506) open on adding CloudMap support to Spring Cloud.
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue! No need to create an issue if a PR is coming just right away, Testcontainers LocalStack Module already accepts new services using withServices(LocalStackContainer.EnabledService.named("servicediscovery")).
Module
LocalStack
Proposal
Enable
CloudMap
service support inlocalstack
module. Based on @maciejwalkowiak conversation withlocalstack
teamAWS CloudMap
is supported for pro-users, so if we can enableCloudMap
service support inlocalstack
module then customers can use this framework to run integration tests.In fact I can use this support first now to create integration tests for my PR (awspring/spring-cloud-aws#506) open on adding
CloudMap
support to Spring Cloud.The text was updated successfully, but these errors were encountered: