
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
serverless-aws-lambda-architecture
Advanced tools
Enable Architectures for AWS Lambda to use ARM64 with Serverless 1.x+
A Serverless 1.x-and-above plugin to add support for Lambda Architectures.
Serverless 1.x doesn't have built-in support for the AWS Lambda architectures property. This plugin adds support.
npm install --save-dev serverless-aws-lambda-architecture
Add the plugin to serverless.yml:
plugins:
- serverless-aws-lambda-architecture
Note: Node 10.x or higher runtime required.
Inside your Serverless config, include the architectures: arm64 property against the Lambda function(s) you wish to
use this architecture with.
plugins:
- serverless-aws-lambda-architecture
...
functions:
x86ArchFunction:
handler: handler
description: "Uses the default Lambda architecture"
arm64Function:
handler: handler
description: "Uses the ARM64 architecture"
architectures: arm64
FAQs
Enable Architectures for AWS Lambda to use ARM64 with Serverless 1.x+
The npm package serverless-aws-lambda-architecture receives a total of 0 weekly downloads. As such, serverless-aws-lambda-architecture popularity was classified as not popular.
We found that serverless-aws-lambda-architecture 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.