This addon simplify the generation of code for model build with JDL Studio https://start.jhipster.tech/jdl-studio/
It also guide you to set up a JSON-API server on top of AWS API Gateway, Lambda and DynamoDB.
Since v0.6, it also interact with Cognito to deal with authentication.
It could also be seen as a starter for setting up Mirage, allowing the developper to build a full working application (using mock data) entirely running on the client. Once the development is over, the persistance can be delegated to an AWS API Gateway using a lambda function storing objects in DynamoDB.
...
...
@@ -12,6 +13,7 @@ A full tutorial is available on the Ippon Blog :
* in english: https://blog.ippon.tech/a-guinea-pig-in-the-cloud/
* in french: https://blog.ippon.fr/2019/03/19/un-cochon-dinde-dans-le-cloud/
The previous tutorial works perfectly with version <0.6.Forversion>= 0.6, you just have to configure your Cognito information in environment.js.