fabianmartins / alienattack.application

Application side of the Alien Attack serverless demo
MIT No Attribution
0 stars 0 forks source link

CORS blocking on Game, or DDB 400 Post in Scoreboard #1

Open blandfbt opened 5 years ago

blandfbt commented 5 years ago

This issue is stems from an improperly configured file /alienattack.application/resources/js/awsconfig.js where the APPNAME parameter is not exactly matching the DDB table name or the Kinesis stream name. This parameter is case sensitive

blandfbt commented 5 years ago

fixed with pull request

fabianmartins commented 5 years ago

In fact APPNAME MUST always be uppercase, and it is the prefix for the DynamoDB table names.