Releases: martinlindenberg/serverless-plugin-sns
Releases · martinlindenberg/serverless-plugin-sns
update for npm
0.5.13 R 0.5.13
latest version
fixes #19 resource not found exception is thrown during first deployment. this is expected behaviour. promise.reject call removed for this error.
removes first run error
fixes #19 resource not found exception is thrown during first deployment. this is expected behaviour. promise.reject call removed for this error.
error handling removePermission added
0.5.10 fixes #16
remove 2nd check for context and action
0.5.9 Update package.json
allow full topic arn
0.5.8 allow full arn as sns topic
use static permission statementid
prevents the plugin to create new permissions on each deploy
multiple topics per lambda
0.5.6 one lambda notified by multiple topics
credentials as promise + sessiontoken
0.5.5 merged token and promised creds
bugfix
works with serverless 0.5.*