
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
layer-integrations
Advanced tools
This is a command line tool that is designed to be used with Layer Integration Development Kit (IDK). It is used to install and deploy Serverless integrations into your cloud provider environment.
Install command line tool using npm:
sudo npm install layer-integrations -g
The best way to see what integrations are available for installation is using the --list
option.
layer-integrations --list
This will print a list of integration names and their description.
In order to install an integration you need to use install
command followed by <integration-name>
.
layer-integrations install email-fallback
This will download the latest version of specified integration and created a new folder with the same name as integration name.
By default Amazon AWS aws
is used as a Cloud Provider but you can also specify Microsoft Azure azure
.
layer-integrations install email-fallback --provider aws
To deploy installed integration you need to run the following command from the integration root folder.
layer-integrations deploy
For production ready versions we recommend enabling PagerDuty or Sentry. You can also enable both.
Enable PagerDuty by providing --pagerduty
option.
layer-integrations deploy --pagerduty
This will prompt you to specify additional PagerDuty credentials, API key and Integration key.
Enable Sentry by providing --sentry
option.
layer-integrations deploy --sentry
This will prompt you to specify the Sentry DSN which you can get from your Sentry dashboard under Client Keys.
FAQs
Layer Integration Development Kit command line tool
We found that layer-integrations 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.