holy-lambda

Benjamin 2022-07-01T15:34:58.057149Z

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?

Karol Wójcik 2022-07-02T10:28:29.395829Z

@benjamin.schwerdtner I can feel your pain. I'm rebuilding bb tasks right now.

Karol Wójcik 2022-07-02T10:28:49.601549Z

For now I will disable this check, because it's useless for bb backend

Benjamin 2022-07-02T10:34:35.200269Z

@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.

Karol Wójcik 2022-07-02T10:38:06.170199Z

@benjamin.schwerdtner Could you please check this tasks sha? ab59c3af21e4cc7d0da81a7899d334a60bbfa78e

Karol Wójcik 2022-07-02T10:39:33.719519Z

I'm abandoning the bb tasks and will probably build a simple functions, that work both under bb and Clojure CLI.

Benjamin 2022-07-02T10:43:42.193119Z

👀

Benjamin 2022-07-02T10:44:23.944379Z

can confirm now I can all bb tasks without error

Benjamin 2022-07-02T10:46:31.961679Z

yea sounds great! It would also make it nice then, if it doesn't need to load stuff when doing bb tasks

Benjamin 2022-07-01T15:36:26.273359Z

ah I'm checking tasks.clj and it gets access key and access key id

Benjamin 2022-07-01T15:39:33.304409Z

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.

Benjamin 2022-07-01T15:46:38.884019Z

for reference I am fixing it by setting a profile where I have creds