How to trigger a S3 event using Cross-Stack References

What is the recommended way to setup the serverless.yml file in the case where you are triggering lambda (function) event from an externally created S3 resource?

If you include the events: tag in the function definition, the system fails as it tries to create a new S3 resource instead of using the existing resource created in the other stack.

I’m not entirely sure about this but are you not referencing the externally created bucket?