Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
serverless-iopipe-layers
Advanced tools
A Serverless plugin to add IOpipe observability using AWS Lambda Layers without requiring a code change.
With NPM:
npm install --save-dev serverless-iopipe-layers
With yarn:
yarn add --dev serverless-iopipe-layers
Add the plugin to your serverless.yml
:
plugins:
- serverless-iopipe-layers
Get a free IOpipe token and plug it into your serverless.yml
:
custom:
iopipe:
token: your-iopipe-token-here
Deploy and you're all set.
This plugin wraps your handlers without requiring a code change. If you're currently using IOpipe, you can remove the wrapping code you currently have and this plugin will do it for you automatically.
The following config options are available via the iopipe
section of the custom
section of your serverless.yml
:
token
(required)The IOpipe token to use.
debug
(optional)Whether or not to enable debug mode. Must be a boolean value.
config:
iopipe:
debug: true
exclude
(optional)An array of functions to exclude from automatic wrapping.
config:
iopipe:
exclude:
- excluded-func-1
- another-excluded-func
prepend
(optional)Whether or not to prepend the IOpipe layer. Defaults to false
which appends the layer.
config:
iopipe:
prepend: true
This plugin currently supports the following AWS runtimes:
Apache 2.0
FAQs
Serverless plugin to add IOpipe lambda layers.
The npm package serverless-iopipe-layers receives a total of 33 weekly downloads. As such, serverless-iopipe-layers popularity was classified as not popular.
We found that serverless-iopipe-layers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.