Serverless Framework integration plugin for Orcdkestrator
npm install @orcdkestrator/orcdk-plugin-serverless --save-devAdd to your orcdk.config.json:
{
"plugins": [
{
"name": "serverless",
"enabled": true,
"config": {
// Plugin-specific configuration
}
}
]
}See configuration section above and examples directory for detailed usage.
See API Documentation for detailed information.
| Option | Type | Default | Description |
|---|---|---|---|
| enabled | boolean | true | Enable/disable the plugin |
This plugin requires Serverless Framework CLI to be installed:
npm install -g serverlessThe plugin integrates Serverless Framework deployments with CDK, enabling hybrid deployments and dependency management.
See the examples directory for complete examples.
# Clone the repository
git clone https://github.com/orcdkestrator/orcdk-plugin-serverless.git
# Install dependencies
npm install
# Run tests
npm test
# Build
npm run buildSee CONTRIBUTING.md for contribution guidelines.
MIT - see LICENSE for details.