Added - Lambda provisioned concurrency configuration. - LambdaProvisionedConcurrency java annotation added aws-syndicate mvn plugin. - deployment-configuration-processor version bump to 1.5.8. Changed - Lambda concurrency configuration field renamed in lambda_config.json from concurrency to max_concurrency.
0.8.3
Added - Generation meta for Lambda Layers.
Changed - Lambda layer attribute renamed: fileName -> deployment_package. - Fixed filters for resources in the 'clean' command.
Removed - The 'publish_lambda_version' command. 'update' should be used instead.
0.8.2
Added - Command 'update'. Should be used for infrastructure update instead of 'publish_lambda_version'. - The 'replace_output' flag to 'deploy' and 'update' commands.
Changed - The 'publish_lambda_version' command is not recommended to use. - Add check for existing deploy name for commands 'deploy', 'update'. - Improved log messages.
Removed - No removals
0.8.0
Added - NodeJS runtime supported. - Implemented Lambda Layers deployment from meta. - The 'force' flag to 'upload_bundle', 'copy_bundle', 'build_bundle' commands.