aws

2022-08-10T13:04:44.333259Z

anyone knows about this?

2022-08-10T13:04:46.344889Z

Execution error (ExceptionInfo) at cognitect.aws.service/service-description (service.clj:33).
Cannot find resource cognitect/aws/sqs-client/service.edn.

ghadi 2022-08-10T13:05:56.731289Z

Type in your deps and your client construction expression @d.ian.b

2022-08-10T13:09:13.770239Z

no worries found

2022-08-10T13:09:21.524379Z

typo in client build

2022-08-10T13:09:40.816379Z

(aws/client {:api :some-typo
             :credentials-provider creds})

2022-08-10T13:09:54.399079Z

that was the thing caused the error

2022-08-10T13:10:14.213139Z

kinda cryptic, for this, right?

2022-08-10T13:49:24.189889Z

"data": {
        "ErrorResponse": {
            "Error": {
                "Type": "Sender",
                "TypeAttrs": {},
                "Code": "AccessDenied",
                "CodeAttrs": {},
                "Message": "Access to the resource  is denied.",
                "MessageAttrs": {},
                "Detail": null,
                "DetailAttrs": {}
            },
            "ErrorAttrs": {},
            "RequestId": "d16a1885-6555-51c5-93c9-43e8ddbaae75",
            "RequestIdAttrs": {}
        },
        "ErrorResponseAttrs": {
            "xmlns": ""
        },
        "cognitect.anomalies/category": "cognitect.anomalies/forbidden"
    },

2022-08-10T13:49:54.379959Z

In terraform I have

{
      "Effect": "Allow",
      "Action": [
        "SQS:SendMessage",
        "SQS:ReceiveMessage"
      ],
      "Resource": "${my_events_q_arn}"
    },

2022-08-10T13:50:10.832689Z

though that it would be alright this