YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

New Properties keys do not actually work #72

Closed lgartrell closed 4 years ago

lgartrell commented 4 years ago

This involves debugging current AWS keys and figuring out where I goofed

Possible Plan

  1. Investigate possible typos
  2. Delete new bad keys and try again
  3. Reach out to Joel to see what I did wrong
  4. Deep self relfection
  5. Repeat steps 1-4 until keys work
lgartrell commented 4 years ago

Results

I missed this block of code amazon.aws.sns.default-topic=arn:aws:sns:us-east-1:317377631261:defaultTopic below the credentials for AWS simple notification service.

Missing that line crashed the backend on startup. Proper properties files have been updated