aws-samples / bedrock-access-gateway

OpenAI-Compatible RESTful APIs for Amazon Bedrock
MIT No Attribution
261 stars 60 forks source link

CloudFormation stack stuck at CREATE_IN_PROGRESS #42

Closed sohamxda7 closed 2 months ago

sohamxda7 commented 2 months ago

Whenever I am launching the CloudFormation script using either lambda or fargate, after a while CloudFormation is getting stuck at CREATE_IN_PROGRESS, which does not seem to go anywhere. I have not used any private Api key, all defaults options, just pressed next. Any clue?

Screenshot 2024-08-19 233118

daixba commented 2 months ago

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 2 months ago

Try with step 1 and see if the deployment is successed.

sohamxda7 commented 2 months ago

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?