"Resolved credential object is not valid" while sending emails with @aws-sdk/client-ses in a Cloudflare Worker

0

Hi all,

Here is how I try to provide the credentials: const sesClient = new SESClient({ region: REGION, credentials: { aws_access_key_id: "my_key", aws_secret_access_key: "my_secret" } });

I then get the following error message: "Resolved credential object is not valid".

Any idea how I should provide credentials?

Thanks for helping!

沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南