azavea / azavea/lambda-aws-billing-notifications
Add support for encrypting the Slack endpoint with Amazon KMS
Open
Enhancement
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Using Amazon KMS, we should be able to supply encrypted settings inside of `config.json` and then decrypt them inside Lambda with Boto3:
``` python
boto3.client('kms').decrypt(CiphertextBlob=b64decode(ENCRYPTED_HOOK_URL))['Plaintext']
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.