Render the Note Form

Thanks for the quick reply @jayair Checked the API response and I get
{ “message”: "Credential should be scoped to a valid region, not ‘us-east-1’. " }

Everything is set up to be us-east-2 and I don’t have us-east-1 set anywhere. Other recommendation has been changing the default AWS region, but that hasn’t worked either.

When I first tested list-event.js the output was as expected, now when I run that I get:

   {
        "statusCode": 200,
        "headers": {
            "Access-Control-Allow-Origin": "*",
            "Access-Control-Allow-Credentials": true
        },
        "body": "[]"
    }

@jayair also when running npx aws-api-gateway-cli-test everything is fine. Not sure what else to check

What’s the exact issue you are running into?