This is a continuation of the problem I recently had - Stack Level Too Deep error - produced with strong parameters I think
Whenever I do a Post
creation, w
I figured it out. What happened was I created a new user in AWS IAM for this app, and I didn't give that user proper credentials. i.e. I never created a security policy or assigned them to a group. So it was generating a 403 error.
Now that I have fixed that, everything works smoothly.
I hope this helps someone else.