Search code examples
amazon-web-servicesamazon-s3cloudserver-sideamazon-dynamodb

Server Side / Cloud Coding for the app?


I am am making an app for iOS & Android whose frontend UI is ready. Now I wanted to learn some server side coding to connect my backend with Amazon services.

MY app will feature 1.image upload & download 2. storing of data and meta data 3. user registration and stuff

I have no clear idea about server side and cloud coding ? so want you guys push me a bit from where should I begin and how should I begin to make the above features for my app working ?


Solution

  • It sounds like you are looking to do mobile app development that works with cloud datastores.

    Here are a few blogs that you can take a look at get started with:

    http://mobile.awsblog.com/post/TxERCU1UMRFNPB/DynamoDB-on-Mobile-Part-5-Fine-Grained-Access-Control

    The above blog post talks about using AWS Mobile SDKs with DynamoDB. In general, mobile.awsblog.com has more resources for developing with other datastores and might be a good resource. For DynamoDB's support for enabling mobile developers to build serverless architectures, please take a look:

    http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/FGAC_DDB.html

    Hope this helps.

    Swami