aws-sdk-react-native icon indicating copy to clipboard operation
aws-sdk-react-native copied to clipboard

AWS SDK for React Native (developer preview)

Results 41 aws-sdk-react-native issues
Sort by recently updated
recently updated
newest added

We are using Amazon s3 for video storage in one of React native applications. We want to use AWS Elemental MediaConvert for file-based video processing, and Amazon CloudFront for delivery....

anyone have this SDK combined with Expo? Or how to go about it, tnx.

Guys, Why you make it so hard to deal with this library, there is no enough documentations or examples to use it, you just get lost in space and you...

Do you really think this works? When I clone the repository... 1. The folder is not a react-native project. Running react-native init Example or Core in your folder screws up...

I passed file path as argument in AWSS3TransferUtility.createUploadRequest({ path, like this Ex : file://data/user/0/my.package.name/cache/mypics/h.jpg

I'm trying to use PutItem like the following var params = { TableName: "", Item: { userId: "1", name: "jaafar" } }; AWSDynamoDB.PutItem(params).then((response) => { console.debug("Success"); console.debug(response); }).catch((error) => {...

Helo All, I am trying to install the filetranferutility following instrucitons here: https://github.com/awslabs/aws-sdk-react-native/issues/35 I started getting the bellow error when I trying to launch .. any help is greatly appreciated....