Skip to content

A crystal shard for AWS System Manager

License

Notifications You must be signed in to change notification settings

flowplayer/awscr-ssm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awscr-ssm

A Crystal shard for AWS System Manager.

Installation

Add this to your application's shard.yml:

dependencies:
  awscr-ssm:
    github: flowplayer/awscr-ssm

Supported crystal version

1.0.0+

QuickStart

require "awscr-ssm"
# AWS credentials are automatically resolved from the environment variable 'AWS_ACCESS_KEY_ID' and 'AWS_SECRET_ACCESS_KEY'.
# You can also use SimpleCredentials manually.
# credential = Awscr::SimpleCredentials.new("AK...", "CUE...")
parameter = Awscr::SSM::Client.new("ap-northeast-1").get_parameter("/develop/redis/auth-token", true)

About

A crystal shard for AWS System Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Crystal 100.0%