Serverless creates an extra bucket

Hello!

I just started to use the serverless framework and I can’t understand why I get an extra bucket even if I set an existing bucket as a to deploy destination

deploymentBucket:
    name: srvlessdeploymentbucket
    serverSideEncryption: AES256

The code is deployed in the correct bucket, but also I have that empty automatically created useless bucket.

Can someone please explain it?

Thanks a lot!

up! I believe there is someone who knows what’s going on :slight_smile:

Hello!
everything is normal.

The serverless has a deployment bucket where it stores everything he needs for cloudformation deployment.

There is nothing you can do about it

1 Like