Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.05 KB

File metadata and controls

30 lines (24 loc) · 1.05 KB

ClickGame

A mysteriously complicated clicking game. We'll use the simple thing we all know how to do in order to demonstrate a "server-less application" using a compute service (running functions) and leverage event-driven architecture.

Technologies

Å list of technologies that we're interested in learning about:

  • Amazon Web Services, specifically Lambda, API Gateway, VPCs, DynamoDB, S3 and Cloudfront
  • Single-page web applications, specifically EmberJS Framework
  • Build tools, specifically Git, Gradle, Jenkins, Eclipse]

Setup

Install Gradle, Java 1.8 and the latest Eclipse.

Generate project files

$ ./gradlew eclipse

Import project into Eclipse

File->Import->Existing Project from source...

xxx