AWS Mobile SDKs exit beta
Written by Lucy Black   
Monday, 12 September 2011

The Amazon Web Services SDKs for Android and iOS have been released for general availability.

The AWS SDKs for Android and for iOS makes it easier to call an AWS web service API directly from a mobile application. They provides libraries that hide much of the lower-level plumbing, including authentication, request retries, and error handling.

This means developers can add the following infrastructure to their mobile applications:

  • Storage—Store and retrieve any amount of data using Amazon S3.
  • Database—Add a highly available, scalable, and flexible non-relational data store using Amazon SimpleDB with little or no administrative burden.
  • Messaging—Integrate reliable, highly scalable mobile-to-mobile communication into applications using Amazon SQS, and Amazon SNS. Send bulk and transactional email to customers using Amazon SES.
  • Compute—Launch and manage Amazon EC2 instances with a number of features for building scalable, failure resilient, and enterprise class applications.
  • Monitoring—Monitor your Amazon EC2 instances, Amazon EBS volumes, Elastic Load Balancers, and Amazon RDS database instances in real-time with Amazon CloudWatch.
Both SDKs include code samples showing how to use the libraries and reference documentation.
The SDKs also handle credential management using temporary security credentials provided by the AWS Security Token Service and this release provides examples that show how to more securely access Amazon Web Services using a token vending machine which distributes temporary security credentials to the mobile application.

 


aws

More Information

AWS SDK for Android

AWS SDK for iOS

To discover new articles on I Programmer, subscribe to our RSS feed, follow us on Twitter or Facebook or sign up for our weekly newsletter.

 

Banner


TestSprite Announces End-to-End QA Tool
14/11/2024

TestSprite has announced an early access beta program for its end-to-end QA tool, along with $1.5 million pre-seed funding aimed at accelerating product development, expanding the team, and scaling op [ ... ]



pg_parquet - Postgres To Parquet Interoperability
28/11/2024

pg_parquet is a new extension by Crunchy Data that allows a PostgreSQL instance to work with Parquet files. With pg_duckdb, pg_analytics and pg_mooncake all of which can access Parquet files, is  [ ... ]


More News

Last Updated ( Monday, 12 September 2011 )