AWS Developer Tools Blog
Tag: SDK
Version 3 of the AWS SDK for PHP
Last October, we announced the Developer Preview of Version 3 of the AWS SDK for PHP. We even presented about it at AWS re:Invent last November. We are grateful for your early feedback and support. Since last fall, we’ve been hard at work on improving, testing, and documenting Version 3 to get it ready for […]
Modularization Released to NuGet in Preview
Today, we pushed our new modularized version of the AWS SDK for .NET to NuGet in preview. This means there are separate NuGet packages for each AWS service. For example, if your application uses HAQM S3 and HAQM DynamoDB, then instead of including the existing AWSSDK package that includes all the AWS services, you can […]
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, HAQM 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 HAQM 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 HAQM CloudSearch domain using the new CloudSearch Domain client. It also adds support for configuring delivery notifications to the HAQM SES client, and […]