Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 538 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 538 Bytes

Change Log

All notable changes to this project will be documented in this file.

Added

  • Add new aws_metadata:make_client and aws_metadata:get_client functions that fetch credentials from the AWS metadata service. Credentials are automatically updated in the background before they expire. Application code should always call aws_metadata:get_client before using a client with the aws-erlang library.