CloudFormation stack stuck at CREATE_IN_PROGRESS
Closed this issue · 3 comments
sohamxda7 commented
daixba commented
You didn't do step 1 as in the deployment guide. The Fargate task will try to access a parameter that haven't been created and it will automatically restarted again and again.
So please create the API key in parameter store first. Check out the deployment guide again.
daixba commented
Try with step 1 and see if the deployment is successed.
sohamxda7 commented
Thank you it worked, i thought step 1 was optional. Also if possible can you please tell me any frotend or app where i can use my custom api endpoint?