Your best bet can be to use something like Fanout scenario.
Create a topic using SNS and your bucket can publish a message to this topic on put Event.
Lambda and SQS can subscribe to this SNS topic. Whenever topic gets message, it will be received by all subscribers. Lambda will be invoked and queue will receive message, along with other subscriber(s).
SQS And SNS