Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 801 Bytes

File metadata and controls

26 lines (16 loc) · 801 Bytes

elm-aws-amplify

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."

Examples

See examples/Main.elm for example application.

Requirements

Setup

yarn install
AWS_REGION=... PINPOINT_PROJECT_ID=... IDENTITY_POOL_ID=... yarn start