I am copying data from a S3 bucket to a table in Redshift. For this, I require my AWS secret and access keys in the code but I want to avoid doing that. Hence, I need to encrypt and then decrypt them. I would really like to know a way of doing this in Python.
Thanks