LAST UPDATE: 12/2020
Follow me: https://www.linkedin.com/in/vitor-cordeiro-921a5697/
This project main objective is provide a CRUD API service that integrates with Google Books API to generate search data for study purposes.
The application works as a rest-api, which stores data from a book in a DynamoDB. The integration with Google takes place at the moment of persistence, in which the application searches for additional information on Google to popularize the Book entity.
- Quakus Framework (https://quarkus.io/);
- GraalVM;
- Swagger;
- Java 11 (Amazon Distribution);
- AWS: Api Gateway, Lambda, DynamoDB;
You can run your application in dev mode that enables live coding using:
./gradlew quarkusDev