aws-sdk-react-native
aws-sdk-react-native copied to clipboard
AWS SDK for React Native (developer preview)
I'm getting a syntax error on [this](https://github.com/awslabs/aws-sdk-react-native/blob/master/Core/src/AWSCognitoCredentials.js#L48) line. If I understand correctly, it's destructuring callbackId from event, then passing that on to the arrow function. However, is this the correct...
There are conflicting instruction on the various Amazon properties for how to get this working in React Native [Announcing the AWS SDK for React Native](https://aws.amazon.com/blogs/mobile/announcing-the-aws-sdk-for-react-native/) has one set of instructions...
As far as I can tell this is not currently supported. Not too sure how this could work with the current setup. ``` let logins = {}; logins['cusom.provider.id'] = serverResponse.Token;...
Please provide samples and/or examples on how to use the SDK.
Add support to iot service please. 👏
In my application of this package I need to publicly read from some database. For now I have chosen to use a DynamoDB and want to use this package to...
I am calling AWSDynamoDB.Query with the following options: ``` json {"TableName":"MyTable", "KeyConditionExpression":"ID=:id","ExpressionAttributeValues":{":id":"MyValue"}} ``` In AWSRNDynamoDBClient.Query the following exception is thrown when creating QueryResult: ``` com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was...
Trying to use Cognito, and following the example code, I end up with: ``` import React, {Component} from "react"; import View} from "react-native"; import {AWSCognitoCredentials} from 'aws-sdk-react-native-core'; import {AWSS3TransferUtility} from...
Hi, I've banged my head for a few hours on this issue when integrating with my project - and it seems that the reference example project is also broken. The...