
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
serverless-yandex-cloud
Advanced tools
Provider plugin for the Serverless Framework which adds support for Yandex Cloud Functions.
This plugin enables support for Yandex Cloud Functions within the Serverless Framework.
First of all, you need to install the serverless
command-line tool. Check the official getting started guide. Fastest way to do this is to use npm
:
npm install serverless -g
Now you can create new project from template provided by this plugin:
serverless create \
--template-url https://github.com/yandex-cloud/serverless-plugin/tree/master/templates/nodejs
Before you deploy your first functions using Serverless, you will need to configure Yandex.Cloud credentials. The easiest way to do that
is to install the yc
command-line tool and use the setup wizard to provide all required parameters. All required guides and in-depth documentation is available at Yandex.Cloud website.
To deploy your project use:
serverless deploy
To invoke (test) your function:
serverless invoke -f simple
To remove all deployed resources:
serverless remove
FAQs
Provider plugin for the Serverless Framework which adds support for Yandex Cloud Functions.
The npm package serverless-yandex-cloud receives a total of 0 weekly downloads. As such, serverless-yandex-cloud popularity was classified as not popular.
We found that serverless-yandex-cloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.