Create Customer notification service
Create Customer notification
- Access to AWS SNS
- Select RideCompletionTopic
- Select Create subscription

- Return to Cloud9 interface to run the command to view Endpoint
aws cloudformation describe-stacks \
--stack-name wild-rydes-async-msg-1 \
--query 'Stacks[].Outputs[?OutputKey==`CustomerNotificationFunction`].OutputValue' \
--output text

- In the Create subscription interface
- Topic ARN to default
- Protocol select AWS Lambda
- Enpoint, import the output from Cloud9
- Select Create subscription

- Access to Lambda
- Select Customer Notification function

- Check the Lambda function that triggered the SNS.
