Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Amplify SDK and Stateless Functional Components

AWS Amplify SDK and Stateless Functional Components

TechDo #13

kent-hamaguchi

March 08, 2019
Tweet

More Decks by kent-hamaguchi

Other Decks in Technology

Transcript

  1. IAM use case • Guest member IAM ◦ read only

    • Admin member IAM ◦ read and write
  2. Cognito use case Admin: • Create account User: • Sign

    In ◦ First, set password ◦ Verify 2 Factor Authentication
  3. Cognito S3 IAM(Guest) React pre signed url Redux IAM(Admin) upload/download

    email 2FA content file react file CodePipeline GitHub
  4. Result • No Server code • Infrastructure as Code •

    Simple Frontend architecture • User authority management
  5. END