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

heroku/aws-erlang-metadata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS instance metadata support for aws-erlang

Build Status

Fetch up-to-date credentials from the EC2 instance metadata service to use with aws-erlang. Credentials are automatically refreshed in the background.

Here is an example:

{ok, _} = application:ensure_all_started(aws_metadata),
Client = aws_metadata:get_client(),
{ok, Output, _Response} = aws_kinesis:list_streams(Client, #{}, []),
io:format("~p~n", [Output]).

About

AWS instance metadata support for aws-erlang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 100.0%