amazon-archives / aws-sdk-react-native

AWS SDK for React Native (developer preview)
Apache License 2.0
631 stars 68 forks source link

Can we use this tool to download the App bundle? #51

Open cliren opened 7 years ago

cliren commented 7 years ago

Wondering if this tool can be used to download the React Native app JS bundle from S3 like a deployment tool? The bundle shouldn't be available to public but just to the app. Appreciate any inputs on this.

Workflow:

  1. Build the RN app bundle on mac, upload it to S3 bucket.
  2. An app downloads the new bundle (when available: custom notification, automatic or custom logic) and makes the new deployment available to users
rturk commented 6 years ago

@cliren something like https://microsoft.github.io/code-push/ ?