Skip to content

Releases: joseph-holland/lambda-graffiti-monkey

0.3

13 Aug 19:59
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

0.3 - updated to include notifications on error and fail.

0.2

09 Jul 11:12
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

Releasing a ready to use Lambda deployment package as some people were having issues using the python-lambda tool.

Lambda handler

Ensure to set the Lambda handler to:

service.handler

Environment Variables

Ensure that the following Lambda environment variables have been setup with your variables and tag names to propagate:

REGION=""
SNS_ARN=""
INSTANCE_TAGS_TO_PROPAGATE=""
VOLUME_TAGS_TO_PROPAGATE=""
VOLUME_TAGS_TO_BE_SET=""
SNAPSHOT_TAGS_TO_BE_SET=""
INSTANCE_FILTER=""

Timeout Period

In the Lambda function's settings under Configuration -> Advanced, ensure that the Timeout is set to 5 minutes.

Included Python Modules

This Lambda deployment package contains the following python modules and their versions:

appdirs==1.4.3
boto==2.47.0
boto3==1.4.1
botocore==1.4.61
click==6.6
docutils==0.12
futures==3.0.5
graffiti-monkey==0.9.0
jmespath==0.9.0
packaging==16.8
pyaml==15.8.2
pyparsing==2.2.0
python-dateutil==2.5.3
python-lambda==0.5.0
PyYAML==3.11
s3transfer==0.1.10
six==1.10.0