aws-samples / lambda-refarch-mobilebackend

Serverless Reference Architecture for creating a Mobile Backend
Apache License 2.0
587 stars 113 forks source link

Unable to create Cloudformation #6

Closed allenchic closed 8 years ago

allenchic commented 8 years ago

The following resource(s) failed to create: [tablePhotoNotes, CloudFrontDistribution, S3mobileuseruploads]. . Rollback requested by user.

waleoladehin commented 8 years ago

Hello,

What bucket name did you use when you configured the CloudFormation template? Could you try overriding the default bucket name in the CloudFormation template when you're configuring it in the console? For example, "mobiles3uploaddirectory-[timestamp]". It could be the case the bucket you've created is already taken and then the template is rolling back the changes.

Let me know if that helps. Thanks. Wale

allenchic commented 8 years ago

That seemed to work. Thanks so much for prompt response.

waleoladehin commented 8 years ago

Great. As a heads up you'll have a similar process for the second CloudFormation template as far as pointing to a unique bucket and referencing the lambda functions you'll upload to it. Good luck and thanks again.