Skip to content

xogroup/play-aws-signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-aws-signer

Play module for signing outgoing AWS requests. WORK IN PROGRESS. PRE-ALPHA.

...that said, it does work with a development "installation" of cerebro if you build it yourself (with sbt package). Drop the jar into the lib directory, and add the following lines to conf/application.conf:

play.modules.disabled += "play.api.libs.ws.ahc.AhcWSModule"
play.modules.enabled += "com.xogroupinc.play.AWSSignerModule"

You can provide creds either explicitly in that same file, using either the keys aws.access.key.id and aws.secret.access.key or the key aws.profile; or it will otherwise follow the default chain of the Java AWS SDK.

TODO: many things, currently most pressingly:

  • Region currently hard-coded to us-east-1, needs to be configurable

About

A Play module for signing outgoing AWS requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages