snowplow-archive/aws-lambda-nodejs-example-project

S3 Bucket Name Conflict

Opened this issue · 1 comments

Great example, thanks. You need to either randomize the S3 bucket name or tell people to prepend it with their name, otherwise script hits error since S3 bucket names are in a global namespace and the one listed already exists.

Thanks for raising!