Handling validation errors from API-Gateway with AWS Amplify using ReactJs
Recently, I've been working with AWS in order to experience how it is to build a MVP really quickly. The goal I've been trying to achieve is to use as much AWS tools as possible to get a working product in production the fastest.
To do that, I choose to rely on :
- Lambda for back-end code
- API-Gateway for REST API
- DynamoDB as a database
- Cognito to manage Singnin / Singup and authenticated calls to the API.