node-aws-lambda
Version:
A module help you automate AWS lambda function deployment.
35 lines (27 loc) • 668 B
Markdown
0.1.8
=====
* Support VPC (by @tilfin)
* Support authentication with sessionToken (by @JohnBloom)
* Support Publish flag (by @hiro-koba)
0.1.7
=====
* Support python and other runtime (by @kikusu)
* Support specifying multiple event sources (by @driadi)
0.1.6
=====
* Support specifying descriptions (by @dlhdesign)
0.1.5
=====
* HTTPS proxy support (by @dvonlehman)
0.1.4
=====
* Add "profile" option to enable load AWS credentials from custom profile (by @bryannaegele)
0.1.3
=====
* Add optional accessKeyId and secretAccessKey (by @ikait)
0.1.2
=====
* Add support for memorySize option (by @ikait)
0.1.1
=====
* Skip event source mapping if not specified.