
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.
@dotmh/lambda-controller-request-body
Advanced tools
Add methods for handling the request body to lambda controller
Adds http request body handling methods support to the lambda controller
NOTE Does not support multipart forms.
To Install
npm i @dotmh/lambda-controller-request-body
Requires Lambda Controller to be installed. Lambda Controller is a peer dependancy and so won't be installed automatically
To use the functionality added by this plugin you will need to add it to your controller instance.
const Controller = require('@dotmh/lambda-controller');
const requestBody = require('@dotmh/lambda-controller-request-body')
class MyController extends Controller {
constructor(event, ctx, callback) {
super(event, ctx, callback) {
this.add(requestBody);
}
}
}
You will then be able to access the methods and properties added by Request Body in your controller using this
For the API documentation see https://dotmh.github.io/lambda-controller-request-body/
Or to read locally
npm run readdocs
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
Logo design by @dotmh
FAQs
Add methods for handling the request body to lambda controller
The npm package @dotmh/lambda-controller-request-body receives a total of 3 weekly downloads. As such, @dotmh/lambda-controller-request-body popularity was classified as not popular.
We found that @dotmh/lambda-controller-request-body 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.