-
It's my first time using Lithops, and I'm trying to configure it for AWS lambda & s3. I've installed lithops via:
and I've set my AWS credential pair set as environment vars. My
but when I try running the test command:
I get back: $ lithops hello -b aws_lambda -s aws_s3 What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello! So I think you took the instructions from here: https://lithops-cloud.github.io/docs/source/compute_config/aws_lambda.html What I do is create a file under ~/.lithops/config, using the following format:
That's explained better in these docs: https://lithops-cloud.github.io/docs/source/compute_config/aws_lambda.html and https://lithops-cloud.github.io/docs/source/storage_config/aws_s3.html I hope you find it helpful! |
Beta Was this translation helpful? Give feedback.
Okay, this is kind of embarrassing, but it turns out the policy was not attached to the role. :(
Once attached (per the instructions!), the command works fine!