You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature:Resources: Enable support for Amazon Glacier.
feature:Resources: Support plural references and nested JMESPath
queries for data members when building parameters and identifiers.
(issue 52)
feature:Resources: Update to the latest resource JSON format.This is
a backward-incompatible change as not all resources are exposed
at the service level anymore. For example, s3.Object('bucket', 'key')
is now s3.Bucket('bucket').Object('key').
(issue 51)
feature:Resources: Make resource.meta a proper object. This allows
you to do things like resource.meta.client. This is a backward-incompatible change. (issue
45)
feature:Dependency: Update to JMESPath 0.6.1
feature:Botocore: Update to Botocore 0.86.0
Add support for AWS CloudHSM
Add support for Amazon EC2 and Autoscaling ClassicLink
Add support for Amazon EC2 Container Service (ECS)
Add support for encryption at rest and CloudHSM to Amazon RDS
Add support for Amazon DynamoDB online indexing.
Add support for AWS ImportExport get_shipping_label.