diff --git a/README.md b/README.md index 535a21187bf582e40cfed3fb81e3f96f48ceba79..76031da70cd9d52ae28e28b378b81167c6623b2e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ember-aws-ehipster 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. For version >= 0.6, you just have to configure your Cognito information in environment.js. Installation ------------------------------------------------------------------------------