Skip to content

kevinmcmahon/alienattack.application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Alien Attack App

DISCLAIMER: AWS Alien Attack App, and all complementary resources are provided without any guarantees, and you're not recommended to use it for production-grade workloads. The intention is to provide content to build and learn.

What is this?

This is a Alien Attack game with serverless back-end based on AWS.

Before running it, you need to deploy the back-end, which can be created by following the instructions at Alien Attack Workshop.

After deploying the back-end, you need to update the file ./resources/js/aws-config with the required data.

const DEBUG = true;
const AWS_CONFIG = {
    "region" : <region used for the deployment>,
    "API_ENDPOINT" : <URL for the prod stage of the API. Include /v1 at the end>,
    "APPNAME" : <name of the app used at deployment time> 
}

About

Application side of the Alien Attack serverless demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%