awslabs / web-client-for-aws-transfer-family

This solution creates a web portal for your customers to access your corporate Secure Shell File Transfer Protocol (SFTP) environment. It combines the benefits of using AWS Transfer for SFTP with an intuitive web browser interface for your non-technical users.
https://aws.amazon.com/solutions/implementations/web-client-for-aws-transfer-family/?did=sl_card&trk=sl_card
Apache License 2.0
73 stars 41 forks source link

Step 3 fails due to NoSuchBucket #6

Closed wallentx closed 2 years ago

wallentx commented 2 years ago

| 2021-11-13T22:24:34.486Z | SFTPCustomAuthLambd | CREATE_FAILED | Resource handler returned message: "Error occurred while GetObject. S3 Error Code: NoSuchBucket.

does this require some prefix or something?

wallentx commented 2 years ago

Looking at the other solutions templates, it seems that the templates in this repo are passing "%%SOLUTION_NAME%%" literally. https://github.com/awslabs/web-client-for-aws-transfer-family/blob/main/deployment/03-sftp-endpoint.template#L33-L34

https://github.com/awslabs/web-client-for-aws-transfer-family/blob/main/deployment/01-sftp-vpc.template#L2

https://github.com/awslabs/web-client-for-aws-transfer-family/blob/main/deployment/02-sftp-cognito.template#L2

etc.

wallentx commented 2 years ago

After replacing all instances of '%%SOMEVAR%%' with what I think it is supposed to be, I'm still seeing it fail to deploy due to no such bucket

wallentx commented 2 years ago

Disregard. I finally realized that I'm supposed to use the templates that are generated from within the dist directory 🙃