I am trying to send SNS messeges to android through web api. Downloaded and installed the SDK from http://aws.amazon.com/developers/getting-started/php/
Got followin
Here are the steps:
cd ~
mkdir .aws
sudo vi .aws/credentials
Write following lines and save the file.
[default] aws_access_key_id = Your AWS Access Key aws_secret_access_key = Your AWS Secret Access Key