LocalStack lifecycle management plugin for Orcdkestrator
npm install @orcdkestrator/orcdk-plugin-localstackLocalStack lifecycle management plugin for Orcdkestrator
``bash`
npm install @orcdkestrator/orcdk-plugin-localstack --save-dev
Add to your orcdk.config.json:
`json`
{
"plugins": [
{
"name": "localstack",
"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 LocalStack CLI to be installed:
`bash`
pip install localstack
The plugin manages LocalStack lifecycle including starting, stopping, health checks, and hot reloading for Lambda functions.
See the examples directory for complete examples.
`bashClone the repository
git clone https://github.com/orcdkestrator/orcdk-plugin-localstack.git
See CONTRIBUTING.md for contribution guidelines.
MIT - see LICENSE for details.