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/ Thanks to this JDL file and of the provided blueprint, you will be able to set up all Ember javascript model to operate your application. More that that, all Mirage setup will also be ready with specific pages to manage your test data.
The goal of this project is to set up very quickly a simple application on AWS using :
- S3 for 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