Git Product home page Git Product logo

cognito-s3-cloudformation-example's Introduction

Cognito S3 Cloudformation example

(For Amplify version, please refer to the amplify branch)

This example shows how to use S3 with cognito. It includes sign up, email verification, login, file upload, download and list S3 folder. Each cognito user can only access their own folder.

The whole stack can be created by CloudFormation. The stack includes Cognito user pool, user pool client, identity pool, IAM role and S3 bucket.

Setup

  1. Create Stack
aws cloudformation create-stack \
  --template-body file://stack.yaml \
  --stack-name MyStack \
  --capabilities CAPABILITY_NAMED_IAM \
  --parameters \
    ParameterKey=UserPoolName,ParameterValue=MyUserPool \
    ParameterKey=IdentityPoolName,ParameterValue=MyIdentityPool \
    ParameterKey=UserRoleName,ParameterValue=MyUserRole \
    ParameterKey=UserPolicyName,ParameterValue=MyUserRolePolicy \
    ParameterKey=AllowedOrigins,ParameterValue="*"
  1. Create webpack configuration
cp webpack/sample.js webpack/dev.js
export WEBPACK_CONFIG=./webpack/dev
  1. Modify webpack/dev.js (You can get the values by aws cloudformation describe-stacks --stack-name MyStack)

Build

npm run build:dev

Start

Open dist/index.html

cognito-s3-cloudformation-example's People

Contributors

dependabot[bot] avatar franzwong avatar isbkch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.