How to not deleate the bucket of the serverless lifecycle

I have a lambda function listen S3 event.
Every time when I update the lambda function serverless try delete my bucket.
How to keep the bucket when remove and deploy the lambda function?