Skip to content
Snippets Groups Projects
Commit b1169d08 authored by Bertrand PINEL's avatar Bertrand PINEL
Browse files

Small changes in README

parent 55aaaa66
No related branches found
No related tags found
No related merge requests found
......@@ -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
------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment