S3 Bucket names are unique inside the Amazon Infrastructure. In the CloudFormation-template blueprint for the lambda creation the name of the bucket and key are defined and I didn't see an option to change it in the code.
Had to manually change the S3Bucket option in the cloudformation-template.json to be able to deploy it. And create a S3 bucket with the same BucketName and Key.
S3 Bucket names are unique inside the Amazon Infrastructure. In the CloudFormation-template blueprint for the lambda creation the name of the bucket and key are defined and I didn't see an option to change it in the code.
Had to manually change the S3Bucket option in the cloudformation-template.json to be able to deploy it. And create a S3 bucket with the same BucketName and Key.