0.0.1-beta.0 • Published 1 year ago

@mmmz/ali-sls v0.0.1-beta.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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: {}
})
0.0.1-beta.0

1 year ago