Implementing¶
Getting Started¶
System Requirements
The following tools need to be installed prior to building and deploying:
- Node.js 18 - How to install Node.js
- AWS CDK v2 - Install the AWS CDK
Note
The commands shown are run from the root directory of the project unless specified otherwise.
The following commands install project dependencies and build eLTI.
1 2 3 4 |
|
The following commands deploy and test eLTI in an integration environment.
Note
The CDK deploy outputs.json
is used during the test:setup
command to setup the configurations and table entries in an integration environment.
After setup the integration tests can be run continuously.
Info
For cdk bootstrap, each environment (account/region combination) to which you deploy must be bootstrapped separately.
1 2 3 4 5 6 7 8 |
|
Cleaning up resources¶
To cleanup the resources created by this project delete the stack that CDK deployed.
Warning
Do not run the following command unless intending to delete the created resources.
1 |
|