aws-samples / amazon-translate-with-comprehend-medical

Sample code for using Amazon Translate to process medical text in multiple languages with Amazon Comprehend Medical
MIT No Attribution
6 stars 5 forks source link

not able to create this stack (AthenaLambdaCustomResources CREATE IN PROGRESS FROM 30 MIN) #1

Open Naveen-Chaurasia opened 4 years ago

Naveen-Chaurasia commented 4 years ago

while implementing the given code in my stack as mentioned in the blog, it is stuck on the stack creation process from last 30-40 min. and while going through resources I found that it is not able to create (AthenaLambdaCustomResources) please help me with this 36e24c08-a013-4a02-8a0f-053f9cd17cac

mwweiler commented 4 years ago

This happens when the custom resource improperly communicates with CloudFormation to let it know that it is done and the process can proceed. I bumped into this during my testing and thought I had it resolved. Let me see if I can reproduce and try to fix.

mwweiler commented 4 years ago

@9783916990 I was able to reproduce the issue. The issue that I ran into was with file permissions on my Windows box. I cloned the repo into a folder that had permissions set to 770, and those were inherited. All executables for custom resources need to be world readable for the custom resource to be created. Can you let me know what environment you were using to prepare the zip files for upload? I want to see if this was your issue or if I need to look elsewhere.