babashka / pod-babashka-aws

Deprecated, use https://github.com/grzm/awyeah-api
Apache License 2.0
61 stars 14 forks source link

Add credentials interface #5

Closed borkdude closed 3 years ago

borkdude commented 3 years ago

Oh and in addition I'm still thinking about how to integrate the credential interface for custom setups. But it's already usable without this addition through AWS environment vars.

Add credentials interface

bhurlow commented 3 years ago

Though the cognitect library uses a protocol to provide credentials, I feel that being able to simply pass the aws key and secret into the client map, or some shim around basic-credentials-provider could be worthwhile for general scripting

borkdude commented 3 years ago

@bhurlow #16 is a work in progress PR by @jeroenvandijk - you might also want to look at this and leave feedback