Task based Elm implementation of amplify-js.
Currently partially implements
- Authentication
- Analytics
"AWS Amplify provides a declarative and easy-to-use interface across different categories of cloud operations. AWS Amplify goes well with any JavaScript based frontend workflow and React Native for mobile developers."
See examples/Main.elm for example application.
yarn install
AWS_REGION=... PINPOINT_PROJECT_ID=... IDENTITY_POOL_ID=... yarn start