
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
serverless-offline-ses-v2
Advanced tools
Serverless plugin to run aws-ses-v2-local
Supports the AWS SES API v1 and v2, and Serverless Framework v2 and v3
npm install --save-dev serverless-offline-ses-v2
Add it to your list of plugins, and optinally custom config
serverless.yaml:
plugins:
- serverless-offline
- serverless-offline-ses-v2
custom:
serverless-offline-ses-v2:
port: 8005
serverless.js / serverless.ts:
export default {
plugins: [
"serverless-offline",
"serverless-offline-ses-v2",
],
custom: {
'serverless-offline-ses-v2': {
port: 8005,
}
}
}
Use serverless offline start instead of serverless offline, if you aren't already. This is necessary for serverless-offline to fire off init and end lifecycle hooks so that we can start and stop the aws-ses-v2-local server correctly.
Pull requests are welcomed on GitHub! To get started:
npm installnpm run test to run tests with Jestnpm run buildVersions follow the semantic versioning spec.
To release:
npm version <major | minor | patch> to bump the versiongit push --follow-tags to push with tagsFAQs
Serverless plugin to run aws-ses-v2-local
The npm package serverless-offline-ses-v2 receives a total of 1,050 weekly downloads. As such, serverless-offline-ses-v2 popularity was classified as popular.
We found that serverless-offline-ses-v2 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
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.