Implemented query to retrieve all station IDs
Implemented query basically identical to get-camera-list Lambda.
Tested by manually creating station entity entries in the DynamoDB table:
- First station:
- PK: baseEntity
- SK: station#station_1
Returned result: ["station_1"]
Closes #22 (closed)