-
Notifications
You must be signed in to change notification settings - Fork 538
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
Error occurred while GetObject. S3 Error Code: NoSuchBucket. S3 Error Message: The specified bucket does not exist #102
Comments
The zip file "image-handler.zip" is provided by AWS. The instruction blow when deploying the solution is incorrect!
The script "build-s3-dist.sh " supposes to replace variables with correct information However, "$DIST_OUTPUT_BUCKET" is actually required to be AWS's source code bucket which we may not know. The 2nd parameter "$TEMPLATE_OUTPUT_BUCKET" is useless, because there is no a variable called "%% TEMPLATE_BUCKET%%" in the template below You may try to deploy the solution via the CloudFormation template in the development guide listed below, which should resolve the problem. Automated Deployment - Step 1. Launch the Stack - https://docs.aws.amazon.com/solutions/latest/serverless-image-handler/deployment.html#step1 PS. %%BUCKET_NAME%% ==> solutions |
@cravendy The build-s3-dist.sh is specifically to replace the image-handler.zip that AWS provides with a custom one. The problem is something else. Take a look at @aijunpeng's solution at #115 (comment) |
Hi @juanpicuervo If you were building a custom distribution, to help troubleshoot, can you please confirm that when you set the The region is determined dynamically by CloudFormation depending on the region in which you launched the stack so if you have an S3 bucket named Note the value for the bucket name is stored in the |
We are closing this issue, but please feel free to open the issue again if you any other support. |
Hi, im having the following issue with the latest release:
Error occurred while GetObject. S3 Error Code: NoSuchBucket. S3 Error Message: The specified bucket does not exist (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: xxxx)
This happen when Cloudformation try to create the Logical Id: ImageHandlerFunction
I look up in the 2 buckets that i create and i dont have any zip with the name image-handler.zip as i can see in the yaml template. Is there something im doing wrong?
The text was updated successfully, but these errors were encountered: