Search code examples
iosamazon-web-servicessdkaws-sdk

AWS SDK Integration in iOS application


Any one has integrated AWSPersistance Framework or Dynamic DB Framework in iOS App? I wanted to know how it is used and when can we use these frameworks in iOS App. I have tried using AWS S3 framework and AWSRuntime framework.

I am not finding a good link where in we can see the step wise integration of Dynamic DB and Persistence framework. I downloaded the iOS AWS SDK from link :https://github.com/aws/aws-sdk-ios-v2.


Solution

  • The AWS Mobile SDK for iOS v2 does not have AWSPersistance framework. It has a new AWSDynamoDBObjectMapper. You can take a look at a sample here to get started with the object mapper.