Goal
This Ember addon simplifies the building of a simple web application that will ultimately run on AWS cloud.
At the very beginning, it uses a JDL file. JDL is a JHipster specific domain language where you can describe all your entities and their relationships in a single file with a simple and user-friendly syntax. More info can be found at https://www.jhipster.tech/jdl/
It simplifies the setup of the Mirage add-ons
The goal of this project is to set up very quickly a simple application on AWS using :
- S3 or HTML/CSS/JAvascript storage
- API Gateway for declaring a JSON API back end
- Lambda for cleverly processing the HTTP requests
- DynamoDB for persisting the data