Checks the APIs for if a competition has been entered.
The event object has to be of following structure:
event.Records[0].Sns.message = {
...
"token": String,
"id": String
}
DDB_REWARDS_TABLE
with information about rewards.DDB_ENTRIES_TABLE
with information about past rewards claims.
Deploy with npm run deploy:{env}
.
Yet to be written.