In the getting-started-section, you specify the following list for the Podfile:
pod 'AWSCore'
pod 'AWSAutoScaling'
pod 'AWSCloudWatch'
pod 'AWSDynamoDB'
pod 'AWSEC2'
pod 'AWSElasticLoadBalancing'
pod 'AWSKinesis'
pod 'AWSLambda'
pod 'AWSMachineLearning'
pod 'AWSMobileAnalytics'
pod 'AWSS3'
pod 'AWSSES'
pod 'AWSSimpleDB'
pod 'AWSSNS'
pod 'AWSSQS'
pod 'AWSCognito'
Is it really necessary to include all pods? For using the SNS service, can I just use that pod?
In the getting-started-section, you specify the following list for the Podfile:
Is it really necessary to include all pods? For using the SNS service, can I just use that pod?