All Questions
2 questions
-1
votes
2
answers
262
views
How to consume API from AWS API Gateway integrated with Lambda function in Java?
I'm trying to consume API in React app but I'm getting this error in response.
{errorMessage: "An error occurred during JSON parsing", errorType: "java.lang.RuntimeException", ...
0
votes
1
answer
92
views
What are the options for connecting a non trivial single table dynamodb to a react front end?
What are the options for connecting a non trivial single table dynamodb to a react front end? I'm using cognito user pools/auth and have got them working using amplify auth with custom components ...