@mmmz/ali-sls
v0.0.1-beta.0
Published
Warning: This is a work-in-progress and not the finished product.
Downloads
2
Readme
ali-sls
Warning: This is a work-in-progress and not the finished product.
How to use
yarn add @ninepielabs/ali-sls
import { initClient, client } from '@ninepielabs/ali-sls'
initClient({
endpoint: <your-endpoint>
project: <your-project>
accessKeyId: process.env.ALI_ACCESS_KEY_ID
accessKeySecret: process.enve.ALI_ACCESS_KEY_SECRET
})
client.get('/path/to/', {
params: {},
data: {}
})