2021-01-03 UTC
# [Raphael_Luckom] I have a slack API key that some of my services use. Right now, it's stored as an encrypted string in parameter store ( https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html ). When one of my cloud functions needs it, that function needs permission to get the parameter, which includes the ability to decrypt it.