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!