All notable changes to this project will be documented in this file.
- Add new
aws_metadata:make_client
andaws_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 callaws_metadata:get_client
before using a client with theaws-erlang
library.