aws-samples / aws-serverless-samfarm

This repo is full CI/CD Serverless example which was used in the What's New with AWS Lambda presentation at Re:Invent 2016.
Apache License 2.0
284 stars 240 forks source link

ServerlessPipeline Failure to create S3 bucket: Bucket name should not contain uppercase characters #3

Open sysout opened 6 years ago

sysout commented 6 years ago

Hi,

I am trying to follow Step 3 and deploy the Serverless Pipeline, but got this error. The repo I am using is: https://github.com/sysout/aws-serverless-samfarm I moved the files in api folder to the root folder. See the screenshots: screen shot 2018-01-10 at 2 58 58 pm

arifunlimited commented 6 years ago

Hi there, I had a quite similar issue. The solution was to get rid of the camelCase in the service name. So in your case I'd suggest making mystack-serverless-pipeline out of mystack-ServerlessPipeline. Hope that helps!

Pseudothink commented 6 years ago

Check out the solution I tried (with success) to the Issue I posted: https://github.com/aws-samples/aws-serverless-samfarm/issues/8

Worked for me.