aws-samples / lambda-refarch-iotbackend

Serverless Reference Architecture for creating an IoT Backend
Apache License 2.0
254 stars 80 forks source link

Got this error when creating CloudFormation Stack #2

Open vinhlh opened 9 years ago

vinhlh commented 9 years ago

14:36:45 UTC+0700 CREATE_FAILED AWS::Lambda::Function IoTAPI Error occurred while getting the object from S3. S3 Error Code: PermanentRedirect. S3 Error Message: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.

melwin commented 9 years ago

What region did you start the stack in? The Lambda functions that are pointed to by default in the template parameters are currently packaged and deployed in US East 1. Perhaps that could be the issue.

forzagreen commented 8 years ago

It IS working on us-east-1. Thank you ! I tied on eu-central-1 and us-west-2: it's NOT working.

mikedeck commented 8 years ago

@ForzaGreen, did you copy all of the Lambda deployment packages into your own bucket in those regions? Also can you let me know specifically what error you're seeing?