summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/lambda.py
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* lambda: fix undefined variable and initially define account_id as None (#32249)Sloane Hertel2017-10-271-0/+1
* Fix RETURN section document in lambda.py (#28333)KrdLab2017-09-151-19/+31
* lambda - more limited exception trap when doing get_function for better error...mikedlr2017-09-011-2/+7
* [cloud] new module lambda_policy (PR #24951)Michael De La Rue2017-08-281-88/+100
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* [cloud] Fix Dead Letter config property name (#27733)Keith Hawkridge2017-08-041-1/+1
* [cloud] Update VPC configuration for existing lambda (#24368)Will Thames2017-05-161-3/+3
* E501 fixes (#22879)Matt Martz2017-03-221-3/+6
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-2/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* lambda: Fix adding environment variables to functions previously not having a...Michał Masłowski2017-03-061-1/+1
* [cloud] bugfix for `lambda` module with empty environment (#22196)mikedlr2017-03-021-1/+3
* [cloud] Support deadletter queue configuration in `lambda` module (#21720)Sloane Hertel2017-02-231-0/+18
* add 'version_added' field for environment_variables option in lambda.py (#21500)Sloane Hertel2017-02-151-0/+1
* Adding environment variable support for lambda.py in response to feat… (#20...s-hertel2017-02-091-1/+19
* [cloud][aws] Make `s3_object_version` truly optional in lambda moduleRyan S. Brown2017-02-031-1/+1
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* lambda: Remove the note about supporting S3 uploads only (#20562)Michał Masłowski2017-01-241-3/+1
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-081-0/+473