vbudilov / ionic-app-with-aws-cognito

Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
https://medium.com/@budilov
Apache License 2.0
65 stars 22 forks source link

any examples on integrating dynamodb to this? #5

Closed rohitvinay closed 7 years ago

rohitvinay commented 7 years ago

I am trying to build a CRUD application with this quickstart, any examples on how to store data from the mobile app to dynamodb. Thank you

vbudilov commented 7 years ago

Hi @rohitkumarvinay ,

Here's almost the same code (without the ionic 2 part) that demonstrates the DynamoDB functionality: https://github.com/awslabs/aws-cognito-angular2-quickstart

Vladimir

rohitvinay commented 7 years ago

@vbudilov I can add the ddb files to this, including createResource.sh?