I expected that this would create a submodule within the user defined SQS module and not replace/merge with it:
julia> module SQS
using AWS: @service
const FOO = true
@service SQS
end
WARNING: replacing module SQS.
Main.SQS
This may also be motivation for allowing @service to support user-defined aliases