AWS Developer Tools Blog

Tag: SDK

Release: AWS SDK for PHP 2.4.3

We would like to announce the release of version 2.4.3 of the AWS SDK for PHP. This release adds support for the HAQM Simple Notification Service mobile push API, adds progress reporting on snapshot restore operations for HAQM Redshift, and addresses an issue with directories and the HAQM S3 stream wrapper. Changelog Updated the HAQM […]

Release: AWS SDK for PHP 2.4.2

We would like to announce the release of version 2.4.2 of the AWS SDK for PHP. This release adds support for custom HAQM Machine Images (AMIs) and Chef 11 to the AWS OpsWorks client, adds the latest snapshot permission features to the HAQM Redshift client, and updates the HAQM EC2 and AWS Security Token Service […]

Release: AWS SDK for PHP 2.4.1

We would like to announce the release of version 2.4.1 of the AWS SDK for PHP. This release adds support for setting watermark and max frame rate parameters in the HAQM Elastic Transcoder client and resolves issues with the HAQM S3, HAQM EC2, HAQM ElastiCache, AWS Elastic Beanstalk, HAQM EMR, and HAQM RDS clients. Changelog […]

New Blog for the AWS SDK for PHP

Hello fellow PHP developers! Welcome to our new blog for the AWS SDK for PHP. I’m Jeremy Lindblom, and I work with Michael Dowling on the AWS SDK for PHP here at HAQM Web Services. We will be working together on this blog to bring you articles and tips about the PHP SDK and post […]

Threading with the AWS SDK for Ruby

When using threads in an application, it’s important to keep thread-safety in mind. This statement is not specific to the Ruby world; it’s a reality in any language that supports threading. What is specific to Ruby is the fact that many libraries in our language are loaded at run-time, and often, loading code at run-time […]

Contributing to the AWS SDK for Ruby

We love getting contributions from the community to the AWS SDK for Ruby. Whether it be added features, fixed bugs, or just extra optimizations, submitting a pull request helps make the SDK better for all of our users. Since we started the project, the SDK has seen over 60 contributors providing everything from a one […]