summaryrefslogtreecommitdiff
path: root/cloud/amazon/lambda.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Native YAML - cloud/amazon/lambda.py (#3628)Fabio Alessandro Locati2016-12-021-2/+4
|
* Fix for ansible/ansible-modules-extras#3173 (#3203)Steyn Huizinga2016-10-221-1/+1
|
* `lambda` correct documentation of return outputRyan S. Brown2016-10-071-28/+46
| | | | | | The returns are actually nested under `configuration` keys, so the docs need to reflect that. Also add the automatic return of the function version, so it can be used to feed the `lambda_alias` module.
* `lambda` Support using the role nameRyan S. Brown2016-10-071-5/+17
| | | | | Instead of needing the full role ARN, allow users to specify a role name as long as the role exists in the same account.
* Add AWS Lambda module (#1270)Steyn Huizinga2016-09-161-0/+437