
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@meetup/lambda-xray
Advanced tools
lambda-xray
is a library that provides a wrapper around aws-xray-sdk-core
extending it with additional methods.
The goal is to use lambda-xray
in place of the original aws-xray-sdk-core
.
npm install @meetup/lambda-xray
import { fetch, Response } from 'node-fetch';
import XRay from '@meetup/lambda-xray';
// Does everything(*) that 'aws-xray-sdk-core' can
const tracedHttps = XRay.captureHTTPs(require('https'));
tracedHttps.get('https://www.meetup.com');
// ...and something that 'aws-xray-sdk-core' can't
const tracedFetch = XRay.captureAsync('Fetch www.meetup.com', (): Promise<Response> => fetch('www.meetup.com'));
await tracedFetch();
* lambda-xray
provides all main tracing methods of aws-xray-sdk-core
. If you didn't find the method you need
(but it exists in aws-xray-sdk-core
), feel free to extend aws-xray-sdk-core
type definitions.
Made with :heart: by Member Payments team, and published by Comms Tools :heart:
FAQs
AWS X-Ray Utilities
We found that @meetup/lambda-xray 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
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.