fix aws subscription storage logic
Merge request template
Remove custom logic in aws implementation that stores subscriptions in dynamo using a custom key comprised of topic + partition + url. Instead utilize topic + url which is provided via the core implementation.
This change has been tested against OS notification and storage integration tests which continue to succeed with this new version of aws register in my local testing. The change also involves updating the aws register integration tests.
The result of this change will be compliance with core implementation and all acceptance testing passing for the service.