Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

mike-foucault/ex_aws_timestream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExAws.Timestream

CI Hex.pm Build Docs

ExAws support notice

defp deps do
  [
    {:ex_aws_timestream, "~> 0.2.0"},
    {:ex_aws, "~> 2.1.6"},
    {:jason, "~> 1.2"},
    {:hackney, "~> 1.16"},
  ]
end

Then

AWS_ACCESS_KEY_ID="..." AWS_SECRET_ACCESS_KEY="..." iex -S mix
ExAws.Timestream.list_databases
|> ExAws.request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages