amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 304 forks source link

How to use aws.s3 in nativescript? #61

Closed ghost closed 7 years ago

ghost commented 7 years ago

I want to store data at aws.s3 in nativescript. But i didn't get any plugin for that.

have any one done that except using nativescript-aws??

please help me. I need it urgently

vbudilov commented 7 years ago

Take a look at the following project: https://github.com/EddyVerbruggen/nativescript-nodeify

It should give you all of the needed info to get started.