NickSoftware.Switchboard.Templates
0.1.0-preview.62
This is a prerelease version of NickSoftware.Switchboard.Templates.
This package has a SemVer 2.0.0 package version: 0.1.0-preview.62+6d145cc.
dotnet new install NickSoftware.Switchboard.Templates::0.1.0-preview.62
This package contains a .NET Template Package you can call from the shell/command line.
Switchboard Project Templates
Project templates for the Switchboard Amazon Connect CDK framework.
Installation
dotnet new install NickSoftware.Switchboard.Templates
Available Templates
| Template | Short Name | Description |
|---|---|---|
| Switchboard Amazon Connect CDK Project | switchboard |
A starter template for building Amazon Connect contact centers |
Usage
Create a new project
# Create with defaults
dotnet new switchboard -n MyContactCenter
# Create with custom options
dotnet new switchboard -n MyContactCenter \
--instance-alias my-instance \
--region us-west-2 \
--framework net9.0
Template Options
| Option | Short | Default | Description |
|---|---|---|---|
--framework |
-f |
net10.0 |
Target framework (net10.0, net9.0, net8.0) |
--instance-alias |
-ia |
my-connect-instance |
Amazon Connect instance alias |
--region |
-r |
us-east-1 |
AWS region for deployment |
--switchboard-version |
-sv |
0.1.0-alpha.1 |
Switchboard package version |
--include-sample-flow |
true |
Include a sample contact flow | |
--include-sample-resources |
true |
Include sample queue and hours resources |
After Creating a Project
cd MyContactCenter
# Bootstrap CDK (first time per account/region)
cdk bootstrap
# Deploy to AWS
cdk deploy
Requirements
- .NET SDK 8.0 or later
- AWS CDK CLI (
npm install -g aws-cdk) - AWS credentials configured
Documentation
For full documentation, visit: https://nicksoftware.github.io/switchboard-docs/
Uninstall
dotnet new uninstall NickSoftware.Switchboard.Templates
License
MIT License - see LICENSE for details.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.62 | 32 | 3/26/2026 |
| 0.1.0-preview.61 | 29 | 3/25/2026 |
| 0.1.0-preview.60 | 29 | 3/20/2026 |
| 0.1.0-preview.59 | 31 | 3/8/2026 |
| 0.1.0-preview.58 | 36 | 3/7/2026 |
| 0.1.0-preview.56 | 42 | 1/25/2026 |
| 0.1.0-preview.55 | 38 | 1/25/2026 |
| 0.1.0-preview.54 | 36 | 1/25/2026 |
| 0.1.0-preview.53 | 38 | 1/25/2026 |
| 0.1.0-preview.52 | 66 | 12/3/2025 |
| 0.1.0-preview.51 | 63 | 12/2/2025 |
| 0.1.0-preview.48 | 65 | 12/2/2025 |
| 0.1.0-preview.47 | 63 | 12/1/2025 |
| 0.1.0-preview.46 | 68 | 12/1/2025 |
| 0.1.0-preview.45 | 56 | 11/30/2025 |
| 0.1.0-preview.44 | 45 | 11/30/2025 |
| 0.1.0-preview.43 | 66 | 11/30/2025 |
Preview release - APIs may change. See documentation at https://nicksoftware.github.io/switchboard-docs/