AWS Developer Tools Blog

Tag: SDK

Update on Modularization of the SDK

As mentioned earlier, we are currently working on modularizing the AWS SDK for .NET into individual packages for each service. We have pushed the changes to the modularization branch in GitHub. If you use the solution file AWSSDK.sln, it will produce a core assembly for each supported platform and individual service assemblies for each supported […]

DynamoDB JSON and Array Marshaling for PHP

Back in October of 2014, Amazon DynamoDB added support for new data types, including the map (M) and list (L) types. These new types, along with some API updates, make it possible to store more complex, multilevel data, and use DynamoDB for document storage. The DynamoDB Marshaler To make these new types even easier for […]

Preview the AWS Resource APIs for PHP

This year is just about over, but we are too excited to wait until the new year to share with you a feature we are developing for the AWS SDK for PHP. We are calling it the AWS Resource APIs for PHP. This feature is maintained as a separate package, but it acts as an […]

Version 3 Preview of the AWS SDK

We’re excited to introduce you to the preview release of Version 3 of the AWS SDK for PHP! As of today, the preview release of Version 3 (V3) is available on GitHub and via Composer. Two years ago, we released Version 2 (V2) of the SDK. Since then, thousands of developers and companies have adopted […]

Keeping Up with the Latest Release

In the past, we’ve used various means to announce new releases of the AWS SDK for PHP. We’ve recently evaluated our options to decide which tools work best with our release process, and are easiest for our users to consume. The best way to track releases of the SDK is to use the “Releases” page […]

Release: AWS SDK for PHP – Version 2.6.12

We would like to announce the release of version 2.6.12 of the AWS SDK for PHP. This release adds support for new regions to the Kinesis client and new features to the AWS Support and AWS IAM clients. Install the SDK Install via Composer/Packagist (e.g., "aws/aws-sdk-php": "~2.6.12") Download the aws.phar Download the aws.zip

Release: AWS SDK for PHP – Version 2.6.10

We would like to announce the release of version 2.6.10 of the AWS SDK for PHP. This release adds support for new regions to the AWS CloudTrail and Amazon Kinesis clients. Install the SDK Install via Composer/Packagist (e.g., "aws/aws-sdk-php": "~2.6.10") Download the aws.phar Download the aws.zip

Release: AWS SDK for PHP – Version 2.6.9

We would like to announce the release of version 2.6.9 of the AWS SDK for PHP. This release adds support for uploading document batches and submitting search and suggestion requests to an Amazon CloudSearch domain using the new CloudSearch Domain client. It also adds support for configuring delivery notifications to the Amazon SES client, and […]

Release: AWS SDK for PHP – Version 2.6.8

We would like to announce the release of version 2.6.8 of the AWS SDK for PHP. This release updates the Amazon Elastic Transcoder and Amazon EMR clients to use the latest service descriptions, and fixes a few issues. Added support for closed captions to the Elastic Transcoder client. Added support for IAM roles to the […]

Guzzle 4 and the AWS SDK

Since Guzzle 4 was released in March (and even before then), we’ve received several requests for us to update the AWS SDK for PHP to use Guzzle 4. Earlier this month, we tweeted about it too and received some pretty positive feedback about the idea. We wanted to take some time to talk about what […]