Muthukamalan commited on
Commit
4e376e0
·
verified ·
1 Parent(s): 08a94a9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.lambda.md +11 -0
README.lambda.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Install
2
+
3
+ ## CDK Python lib
4
+ ```bash
5
+ pip install aws-cdk-lib==2.168.0
6
+ ```
7
+
8
+ ## Install the CDK CLI
9
+ ```bash
10
+ npm install -g aws-cdk
11
+ ``