Simple demo to register endpoints and generating events to show off the capabilities of Amazon Pinpoints event trigger functionality.
This sample code is made available under a modified MIT license. See the LICENSE file.
For more information see the Amplify getting started guide at https://aws-amplify.github.io/docs/js/start.
You should be able to get this set up and started by issuing the following commands and following the prompts.
npm install
npm install --save aws-amplify
amplify add analytics
amplify push
amplify add hosting
amplify publish