Is it possible to specify the s3 key in serverless.yml

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?

1 Like