jo when I run bb tasks in the latest template project:
The following tasks are available:
[holy-lambda] AWS configuration check failed. Unable to get value from the profile: default
Did you run command: aws configure?
my ~/.aws/config
[default]
region = us-east-1
output = json
what field is it trying to get that is not there?@benjamin.schwerdtner I can feel your pain. I'm rebuilding bb tasks right now.
For now I will disable this check, because it's useless for bb backend
@karol.wojcik nice. Yea I wonder if it is possible to somehow tell that the code is loaded via bb tasks I don't know. Then it could take steps to stay fast as well.
@benjamin.schwerdtner Could you please check this tasks sha?
ab59c3af21e4cc7d0da81a7899d334a60bbfa78e
I'm abandoning the bb tasks and will probably build a simple functions, that work both under bb and Clojure CLI.
👀
can confirm now I can all bb tasks without error
yea sounds great! It would also make it nice then, if it doesn't need to load stuff when doing bb tasks
ah I'm checking tasks.clj and it gets access key and access key id
the thing about this that is inconvinient for me is that I have bb bash completion setup (it calls bb tasks ). Would be nice if I am able to do bb tasks (and bash complete).
And then it throws at a later point, e.g. when doing bb buid it says "no access key".
I'm just thinking out loud.
for reference I am fixing it by setting a profile where I have creds