sls_generate_config
Create a Serverless Framework configuration file with cloud provider, runtime, region, and API key settings. Provide service name and provider to get a deployment-ready config.
Instructions
Generate a Serverless Framework configuration file with provider settings and plugins
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Deployment region | |
| api_key | No | API key for authentication | |
| runtime | Yes | Runtime (e.g. nodejs20.x, python3.12) | |
| provider | Yes | Cloud provider | |
| service_name | Yes | Service name |