aws v0.0.6 Release Notes

Release Date: 2016-01-06 // over 8 years ago
  • ➕ Added

    • AWS.DirectoryService module has new functionality for managing and verifying trust relationships.
    • AWS.Client has new proto and port members that can be used to create a client that is suitable for use with Local DynamoDB. In this situation, the region should be set to local, the protocol to http and the port should match the running Local DynamoDB instance.
    • 📚 AWS.ECS has updated documentation.
    • 📚 AWS.Logs has updated documentation.
    • 📚 AWS.SSM has updated documentation.

    🔄 Changed

    • Services return an {:ok, nil, response} 3-tuple, instead of the {:ok, response} 2-tuple that was previously returned, when an AWS service endpoint returns a successful HTTP status with an empty response body.
    • 😌 Relax Poison dependency to 1.2.0 to maintain compatibility with ex_aws.