1. Go to API Gateway




2. Create Resource


3. Create Method



4. Deploy API


5. Test
After creating the stage, you will get the Invoke URL

Use the Invoke URL to test in Postman with the format InvokeURL/
Use the following JSON body:
{ “message”: “What is Amazon Bedrock? Please answer briefly, no more than 3 lines.” }
Click “Send”

You should receive a successful response