All Projects → amazon-archives → Aws Sdk React Native

amazon-archives / Aws Sdk React Native

Licence: apache-2.0
AWS SDK for React Native (developer preview)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Aws Sdk React Native

Boto3
AWS SDK for Python
Stars: ✭ 6,894 (+968.84%)
Mutual labels:  cloud, aws-sdk
Aiobotocore
asyncio support for botocore library using aiohttp
Stars: ✭ 630 (-2.33%)
Mutual labels:  cloud, aws-sdk
Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+1434.11%)
Mutual labels:  cloud, aws-sdk
Aws Sdk Ruby
The official AWS SDK for Ruby.
Stars: ✭ 3,328 (+415.97%)
Mutual labels:  cloud, aws-sdk
Finala
Finala is an open-source resource cloud scanner that analyzes, discloses, presents and notifies about wasteful and unused resources.
Stars: ✭ 605 (-6.2%)
Mutual labels:  cloud
Couchdb
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Stars: ✭ 5,166 (+700.93%)
Mutual labels:  cloud
Cloud Torrent
☁️ Cloud Torrent: a self-hosted remote torrent client
Stars: ✭ 5,071 (+686.2%)
Mutual labels:  cloud
Openwhisk
Apache OpenWhisk is an open source serverless cloud platform
Stars: ✭ 5,499 (+752.56%)
Mutual labels:  cloud
Skyark
SkyArk helps to discover, assess and secure the most privileged entities in Azure and AWS
Stars: ✭ 526 (-18.45%)
Mutual labels:  cloud
Lambda Local
Commandline tool to run Amazon Lambda function on local machines.
Stars: ✭ 597 (-7.44%)
Mutual labels:  aws-sdk
Occlum
Occlum is a memory-safe, multi-process library OS for Intel SGX
Stars: ✭ 578 (-10.39%)
Mutual labels:  cloud
Nboost
NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search results on different platforms (i.e. Elasticsearch)
Stars: ✭ 549 (-14.88%)
Mutual labels:  cloud
Dev Setup
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
Stars: ✭ 5,590 (+766.67%)
Mutual labels:  cloud
Mediathekviewweb
Eine Weboberfläche als Alternative zum Java-Client
Stars: ✭ 543 (-15.81%)
Mutual labels:  cloud
Impress
Enterprise application server for Node.js and Metarhia private cloud ⚡
Stars: ✭ 634 (-1.71%)
Mutual labels:  cloud
Abixen Platform
Abixen Platform
Stars: ✭ 530 (-17.83%)
Mutual labels:  cloud
Serverless Stack Demo Client
Source for the demo app client in Serverless-Stack.com
Stars: ✭ 629 (-2.48%)
Mutual labels:  aws-sdk
Soto
Swift SDK for AWS that works on Linux, macOS and iOS
Stars: ✭ 579 (-10.23%)
Mutual labels:  aws-sdk
Djangae
The best way to run Django on Google Cloud. This project is now on GitLab: https://gitlab.com/potato-oss/djangae/djangae
Stars: ✭ 576 (-10.7%)
Mutual labels:  cloud
Opencensus Java
A stats collection and distributed tracing framework
Stars: ✭ 640 (-0.78%)
Mutual labels:  cloud

Attention: Please use the AWS Amplify library for React Native development of new projects on AWS.

We've also released a React Native starter kit at https://github.com/awslabs/aws-mobile-react-native-starter. This kit demonstrates a working React Native app with the following services:

  • Amazon Cognito User Pools
  • Amazon Cognito Federated Identities
  • Amazon API Gateway
  • AWS Lambda
  • Amazon DynamoDB
  • Amazon S3
  • AWS Mobile Hub

This developer preview is currently under review and we will be looking to merge the contents in the future under a single repository for all AWS React Native functionality. In the meantime, we recommend you leverage the AWS Amplify library or the AWS JavaScript SDK with React Native support.

-- AWS team (November 18th, 2017)


AWS SDK for React Native

We’re excited to offer a developer preview of the AWS SDK for React Native. The SDK includes support for the following services:

  1. Amazon S3 to store user data, including photos and videos, in the cloud. It uses the TransferUtility, which simplifies file transfers between your app and the cloud.
  2. Amazon DynamoDB to store data into a NoSQL database.
  3. AWS Lambda to run serverless code in the cloud without the need for backend infrastructure.
  4. Amazon SNS to send and receive push notifications.

The SDK core uses Amazon Cognito Identity as the authentication provider to comply with best practices for mobile app development.

Contributions

Contributions are welcome! Please report issues using the Github issue tracker. To contribute, submit a pull request to the GitHub repository with a description of your issue or suggested change. If this is a bug fix, please reference the issue and include steps to reproduce it.

Set Up your Environment

  1. Install Xcode, Android Studio, and other dependencies based on the React Native Getting Started guide.
  2. Check out the SDK source code.

Build the SDK

  1. Run npm pack for Core.
  2. Run npm install for each service.

iOS only

  1. Download the AWS Mobile SDK for iOS and extract the frameworks.
  2. For each service, copy the relevant .framework into the iOS/Frameworks folder.
  3. Build each Xcode project. You may need to adjust the header search path.

License

The source code is available under the Apache 2.0 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].