Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
serverless-plugin-sns
Advanced tools
This plugin easily subscribes your lambda functions to SNS notifications. If the required SNS-Topics don't exist, they will be created automatically during the deployment.
Note: This plugin supports Serverless 0.5.* (please see previous versions for older sls versions)
make sure that aws and serverless are installed
@see http://docs.aws.amazon.com/cli/latest/userguide/installing.html
install this plugin to your projects node_modules folder
cd projectfolder
npm install serverless-plugin-sns
"plugins": [
"serverless-plugin-sns"
]
sls function deploy
...
"sns": {
"topic": "your-dev-sns-topic"
},
...
${project}
${stage}
${functionName}
example:
"sns": {
"topic": "${project}-sns"
},
...
"sns": [
{"topic": "your-dev-sns-topic1"},
{"topic": "your-dev-sns-topic2"}
]
...
FAQs
Serverless SNS Plugin.
The npm package serverless-plugin-sns receives a total of 8 weekly downloads. As such, serverless-plugin-sns popularity was classified as not popular.
We found that serverless-plugin-sns demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.