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-latest-layer-version
Advanced tools
A serverless plugin that replaces 'latest' version tag to actual lambda layer version
This is the Serverless plugin for AWS Lambda Layers which enables missing "latest" version tag
First, install package as development dependency.
$ npm i serverless-latest-layer-version --save-dev
Then, add the plugin to serverless.yml
# serverless.yml
plugins:
- serverless-latest-layer-version
Just change layer version to latest
.
The plugin automatically replaces latest
version tag to actual latest version number.
For example, if Previously specified layer arn is arn:aws:lambda:us-east-1:800406105498:layer:nsolid-node-10:6
.
replace that as arn:aws:lambda:us-east-1:800406105498:layer:nsolid-node-10:latest
. That's it!
See full license on mooyoul.mit-license.org
FAQs
A serverless plugin that replaces 'latest' version tag to actual lambda layer version
We found that serverless-latest-layer-version 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
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.