Skip to content

Commit f63f71f

Browse files
authored
Update example-pattern.json with CDK commands
1 parent ed480f7 commit f63f71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apigw-translate-python-cdk/example-pattern.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"deploy": {
3030
"text": [
31-
"sam deploy --guided"
31+
"cdk deploy"
3232
]
3333
},
3434
"testing": {
@@ -38,7 +38,7 @@
3838
},
3939
"cleanup": {
4040
"text": [
41-
"Delete the stack: <code>sam delete</code>."
41+
"Delete the stack: <code>cdk destroy</code>."
4242
]
4343
},
4444
"authors": [

0 commit comments

Comments
 (0)