cmachler / aws-lambda-ebs-backups

Python scripts to be run using AWS's Lambda service to Backup and Delete Snapshots of EBS Volumes
MIT License
31 stars 21 forks source link

Do not hard code regions #4

Closed cmachler closed 7 years ago

cmachler commented 7 years ago

Use Lambda environment variables

http://docs.aws.amazon.com/lambda/latest/dg/env_variables.html

cmachler commented 7 years ago

Looks like commas/arrays not supported in environment variables in Lambda. Going to try to Base64 encode the list, then decode in the function.

https://forums.aws.amazon.com/thread.jspa?messageID=753580