|
1 | 1 | # ServerlessDebugger Self-Hosted CDK
|
2 | 2 |
|
3 |
| -This is the self-hosted version of Thundra's [ServerlessDebugger](https://serverlessdebugger.com). ServerlessDebugger brings the traditional debugging experience to the AWS Lambdas. It comes in as a VSCode extension and can be installed on your VSCode IDE in seconds and enable you to put breakpoints in your Lambda functions. All done with no code changes! |
| 3 | +This is the self-hosted version of [ServerlessDebugger](https://serverlessdebugger.com). ServerlessDebugger brings the traditional debugging experience to the AWS Lambdas. It comes in as a VSCode extension and can be installed on your VSCode IDE in seconds and enable you to put breakpoints in your Lambda functions. All done with no code changes! |
4 | 4 |
|
5 | 5 | Apart from the SaaS version of the ServerlessDebugger, we offer a way to install the debug broker into your own AWS account to satisfy your needs. To get the pricing and the license key for the self-hosted version, visit our [Pricing Page](https://www.serverlessdebugger.com/pricing).
|
6 | 6 |
|
@@ -31,7 +31,7 @@ You can start by just copying the `sample.env` as `.env` and move on from there.
|
31 | 31 | cp sample.env .env
|
32 | 32 | ```
|
33 | 33 |
|
34 |
| -In the `.env` file, we've documented which variables are needed and why. Some parts of this stack is optional and some are required. `SUBNET_IDS` and `THUNDRA_LICENSE_KEY` must be specified in the `.env` file. See [below](#environment-variables) for more details. |
| 34 | +In the `.env` file, we've documented which variables are needed and why. Some parts of this stack is optional and some are required. `SUBNET_IDS` and `SLSDEBUG_LICENSE_KEY` must be specified in the `.env` file. See [below](#environment-variables) for more details. |
35 | 35 |
|
36 | 36 | Once the necessary environment variables are set, you can run the following commands in order.
|
37 | 37 |
|
@@ -109,7 +109,7 @@ In an architectural view, self-hosted version can be used in multiple ways depen
|
109 | 109 | | Variable Name | Expectation | Default | Requires | Description |
|
110 | 110 | |--- |--- |--- |--- |--- |
|
111 | 111 | | SUBNET_IDS | **Required** | - | At least 2 subnet ids | Subnets to use to deploy the application. Requires at least 2 subnet ids. |
|
112 |
| -| THUNDRA_LICENSE_KEY | **Required** | - | - | Thundra License Key for the self-hosted ServerlessDebugger. [Contact Us](https://www.serverlessdebugger.com/contact-us) if needed. | |
| 112 | +| SLSDEBUG_LICENSE_KEY | **Required** | - | - | ServerlessDebugger License Key for the self-hosted ServerlessDebugger. [Contact Us](https://www.serverlessdebugger.com/contact-us) if needed. | |
113 | 113 | | STAGE | Optional | dev | - | Sets a suffix to all the resources. Used to separate environments, such as dev, staging, prod. Beware of that some resources have a name limitation of 32 characters. Can set this to and empty string. |
|
114 | 114 | | ENTITY_PREFIX | Optional | slsd | - | Sets a prefix to all the resources. Used to differentiate ServerlessDebugger resources from others. Beware of that some resources have a name limitation of 32 characters. Can set this to and empty string. |
|
115 | 115 | | USE_HTTPS | Optional | false | - | Decide if the broker endpoints should use SSL encryption. Expects `SSL_CERTIFICATE_ARN`. |
|
|
0 commit comments