Deploying AI Agent APIs on AWS
Hey everyone. Im a noob to AI. I ran thru this how-to a couple of times, and have an api, which was created in AWs api gateway. https://builder.aws.com/content/2nF0CBYXKZdaSaCG758grnAkSSH/deploying-ai-agent-apis-on-aws-the-easiest-way The api looks like this: https://zz9v42px6a.execute-api.us-east-2.amazonaws.com/prod/chat I tried connecting to it like this: wscat -c wss://zz9v42px6a.execute-api.us-east-2.amazonaws.com/prod/chat error: Unexpected server response: 403 <<<<my error Ive since deleted the stack Any thoughts? I have no idea what Im doing again : ) What I would like to do is finish this stack with creating a front-end to communicate with the agent. The agent uses a generative AI Large Language Model (LLM) on AWs Bedrock.