Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-latest-layer-version

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-latest-layer-version

A serverless plugin that replaces 'latest' version tag to actual lambda layer version

  • 2.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14K
increased by9.84%
Maintainers
1
Weekly downloads
 
Created
Source

serverless-latest-layer-version

Build Status Semantic Release enabled Renovate enabled MIT license

This is the Serverless plugin for AWS Lambda Layers which enables missing "latest" version tag

demo

Why?

limits

Unlike invoking Lambda function. Lambda Layer does not support $LATEST version tag.

Install

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

Setup

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!

Changelog

See CHANGELOG.

License

MIT

See full license on mooyoul.mit-license.org

Keywords

FAQs

Package last updated on 08 Nov 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc