I am deploying lambda with Serverless Framework.
I can specify the s3 bucket name but seems not able to give an s3 key. Serverless Framework seems to generate it dynamically like below
"S3Key": "serverless/<service name>/<stage>/<time stamp>/<zip file name>"
Is it possible to customize s3 key which would make management easy?