Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

42 lines (29 loc) · 1.79 KB

1.2.1 (2017-01-31)

Bug Fixes

  • Removed the plugin command setLambdaDeadLetterConfig because it didn't work in all scenarios.

Meta

1.2.0 (2017-01-30)

Features

  • Dead Letter Queue properties #12

Meta

1.1.0 (2017-01-29)

Features

  • Simplified syntax to create new SQS queue and use it in the function's DeadLetterConfig.TargetArn #10
  • Simplified syntax to create a new SNS topic and use it in the function's DeadLetterConfig.TargetArn #11
  • Validate function deadLetter object before deploy #26

Bug Fixes

  • Do not call UpdateFunctionConfiguration when --noDeploy option is specified #19

Meta

1.0.0 (2017-01-15)

Features

  • Basic support to assign the Lambda DeadLetterConfig using after serverless Cloudformation stack is deployed. Amazon Docs
    • Plugin makes a call to the Lambda Api UpdateFunctionConfiguration
  • Using a pre-existing SQS Queue or SNS Topic as a dead letter target.
  • Using an SNS Queue or SNS Topic created in the resources section.
  • Remove a previously existing dead letter targetArn by specifying a blank targetArn