You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that in this project there is an endpoint triggered from a POST request, that attempts to create the dynamodb table. I realize this is just a sample project but I was expecting the table definition to be in the template.yaml file instead of java code and now I wonder if there was a reason for the author to do it this way instead