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.