I've tried to connect a simple db in DynamoDB with a basic API in API Gateway that I've built. I followed this guide: https://www.youtube.com/watch?v=TuGyyTXPQ-U and after creating the DB, generating the role with the appropriate permissions and generating a simple get request in the API gateway I keep running into this error:
{ "message": "AWS ARN for integration contains invalid action" }
I get this with both post/get request in my API. Pretty new to AWS so anything would help. Thanks!