Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

aws-beam/aws-erlang-metadata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superseded; please use aws_credentials instead

This project has been archived and superseded by aws_credentials

We very strongly encourage you to use that project for any new development.

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%