Hey devs,
I am using Appsmith Cloud and was pleased to discover that we can now integrate the AWS SDK and utilize it within Appsmith. I want to send messages to a queue via SQS, but the AWS SDK requires credentials, namely the AccessKey and SecretAccessKey, which are stored in the AWS config object. I am concerned about how to securely store these credentials on Appsmith, as storing them in plain text is not a viable option.
Do you have any recommendations on how to handle this securely?