Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not create stack in us-east-1 #1

Closed
hideokamoto opened this issue Nov 2, 2020 · 3 comments
Closed

Can not create stack in us-east-1 #1

hideokamoto opened this issue Nov 2, 2020 · 3 comments

Comments

@hideokamoto
Copy link
Contributor

I tried to create the stack in the us-east-1 region.
But I got the error.

Error occurred while GetObject. S3 Error Code: PermanentRedirect. S3 Error Message: The bucket is in this region: us-west-2. Please use this region to retry the request (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 456dd2f2-8ac0-47dd-af41-b61f2a6025c8; Proxy: null)

I think the template must run in us-west-2, and we need to add the notification in the README.md

@mmatouk
Copy link
Contributor

mmatouk commented Dec 8, 2020

hi @hideokamoto - if you want to run the template in another region other than us-west-2 you need to download the lambda packages and host them in a bucket in the region where you want to create the stack. you need to update the template to read from the newly created s3 bucket. I'll make sure to update the readme with some instructions.

@hideokamoto
Copy link
Contributor Author

Thanks.
I think we can update the Readme by the PR.
docs: define the region of cloudformation #2

And probably we can make a similar application by using AWS Amplify.
I'll try it :)

@mmatouk
Copy link
Contributor

mmatouk commented Dec 9, 2020

Yes, definitely can be done with Amplify.

@mmatouk mmatouk closed this as completed Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants