bce-sam-cli

BCE SAM CLI is a CLI tool for local development and testing of Serverless applications


Keywords
BCE, SAM, CLI
License
Apache-2.0
Install
pip install bce-sam-cli==0.7.13

Documentation

BCE SAM CLI

BSAM CLI是一个基于 BCE SAM 规范的命令行工具,它提供了本地开发环境,能够帮助您在本地进行函数的开发、测试和执行。

  • 支持的 CFC 运行时

    • nodejs10
    • nodejs12
    • python2
    • python3
    • php7
    • lua5.3
    • powershell6.2
    • java8
    • go
    • dotnetcore2.2
  • 使用 bsam init 初始化函数目录

  • 使用 bsam local 执行、Debug 函数