Bugfixes:
- Instance Credentials are now saved and used when using the publish new version post build action. [Issue 68](https://github.com/XT-i/aws-lambda-jenkins-plugin/issues/68)
Bugfixes:
- PublishConfig and AliasConfig now implement Serializable [Issue 64](https://github.com/XT-i/aws-lambda-jenkins-plugin/issues/64)
Features:
- Added the following short forms for build step pipeline usage: deployLambda, invokeLambda, publishLambda and eventSourceLambda
Bugfixes:
- Adding empty lists in VPCConfig when not set to circumvent AWS backend change.
Features:
- Added support for dead letter queue configuration
Features:
- Added support for AWS Lambda environment variables
Features:
- Added support for Jenkins managed proxy configuration
Features:
- Added a separate deploy version and update Lambda alias build step
Bugfixes:
- Fixed problem where zip functionality would continue until full disk if folder was root of workspace. [Issue 41](https://github.com/XT-i/aws-lambda-jenkins-plugin/issues/41)
Features:
- Allow changing runtime environment.
Bugfixes:
- Fixed non serializable JsonParameter to allow distributed build with Lambda invocation output directed into environment variables
Features:
- Jenkins Pipeline support (General Build Step)
Bugfixes:
- Empty timeout and memory no longer throws a NumberFormatException as they are not required when updating code only.
Bugfixes:
- Now using workspace to store temporary artifact file instead of system temporary folder.
Features:
- AWS Lambda VPC support
- Advanced block to reduce screen space used. Preparation for move to @DataboundSetter
Bugfixes:
- Job success only toggle fixed for event source configuration