
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
arc-plugin-add-xray
Advanced tools
Architect 10+ plugin for adding X-Ray Tracing to Lambda functions.
AWS "X-Ray Tracing" for Lambdas deployed with Architect.
npm i -D arc-plugin-add-xray
# ... in your app.arc
@plugins
arc-plugin-add-xray # enable "@xray"
@xray
environments staging production # defaults to only staging
http # add X-Ray to all @http functions
scheduled # can be any Lambda pragma
To enable X-Ray Tracing in individual functions add xray true
to a function's config.arc
:
# ./src/events/foobar
@aws
xray true
ℹ️ To enable X-Ray Tracing for ALL Lambda functions, do not set a pragma in
app.arc
's@xray
or setxray true
in aconfig.arc
.
environments
can be still be set under@xray
inapp.arc
.
X-Ray Pricing -- X-Ray Tracers beware: it's not free, but it is cheap.
FAQs
Architect 10+ plugin for adding X-Ray Tracing to Lambda functions.
The npm package arc-plugin-add-xray receives a total of 1 weekly downloads. As such, arc-plugin-add-xray popularity was classified as not popular.
We found that arc-plugin-add-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.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.