Posts are showing from AWS categories

Handling validation errors from API-Gateway with AWS Amplify using ReactJs

by Sebastien le gall, at 11 April 2018, category : A w s A p i gateway Amplify

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. aws-amplify

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.

read more