Skip to content

Commit

Permalink
Added change log
Browse files Browse the repository at this point in the history
  • Loading branch information
gmetzker committed Jan 16, 2017
1 parent 84cea98 commit 6bef1f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0 (2017-01-15)

## Features
* Basic support to assign the Lambda `DeadLetterConfig` using after serverless Cloudformation stack is deployed. [Amazon Docs](http://docs.aws.amazon.com/lambda/latest/dg/dlq.html)
* Plugin makes a call to the [Lambda Api](http://docs.aws.amazon.com/lambda/latest/dg/API_UpdateFunctionConfiguration.html)
`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`
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"mocha": "^3.2.0",
"sinon": "^1.17.7"
},
"files": [
"src"
],
"keywords": [
"serverless",
"serverless framework",
Expand Down

0 comments on commit 6bef1f6

Please sign in to comment.