elysia-lambda icon indicating copy to clipboard operation
elysia-lambda copied to clipboard

error: "elysia-lambda" exited with code 1 (SIGHUP)

Open a5okol opened this issue 2 years ago • 0 comments

The problem seems to be related to SIGHUP, but in my case I am authorized correctly. Here is my aws configure:

credentials:

[default].
aws_access_key_id = ****************WVFZ
aws_secret_access_key = ****************Kild

config:

[default]
region = eu-north-1
output = json

And my aws iam list-users:

{
    "Users": [
        {
            "Path":"/"
            { "UserName": "a***l",
            "UserId": “AID*************7SG",
            "Arn": "arn:aws:iam::****************:user/a****l",
            "CreateDate": "2024-01-31T16:04:08Z"
        }
    ]
}

So I seem to have done everything right, what is the reason I am getting this error:

Screenshot 2024-02-01 at 20 53 31

a5okol avatar Feb 01 '24 16:02 a5okol