
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.
@scaleway/sdk-function
Advanced tools
Scaleway SDK for Function API.
Note
This is an automatically generated package that is part of the Scaleway SDK for JavaScript.
npm install @scaleway/sdk-function @scaleway/sdk-client
or with pnpm:
pnpm add @scaleway/sdk-function @scaleway/sdk-client
or with yarn:
yarn add @scaleway/sdk-function @scaleway/sdk-client
You'll need a pair of access and secret keys to connect to Scaleway API. Please check the documentation on how to retrieve them.
import { createClient } from '@scaleway/sdk-client'
import { Function } from '@scaleway/sdk-function'
const client = createClient({
accessKey: 'SCWXXXXXXXXXXXXXXXXX',
secretKey: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultProjectId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
defaultRegion: 'fr-par',
defaultZone: 'fr-par-1',
})
const api = new Function.v1.API(client)
// Use the API
// Example: await api.listServers()
For a simpler setup, you can load credentials from the configuration file or environment variables:
import { createClient } from '@scaleway/sdk-client'
import { loadProfileFromConfigurationFile } from '@scaleway/configuration-loader'
import { Function } from '@scaleway/sdk-function'
const profile = loadProfileFromConfigurationFile()
const client = createClient(profile)
const api = new Function.v1.API(client)
We love feedback! Feel free to reach us on:
This repository is at its early stage and is still in active development. If you are looking for a way to contribute, please read CONTRIBUTING.md.
This project is Apache 2.0 licensed. See the LICENSE file for details.
FAQs
Scaleway SDK function
We found that @scaleway/sdk-function demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.

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.