Skip to content

Commit 5503bc0

Browse files
Update example-pattern.json
Updated suggested Changes
1 parent 83f3405 commit 5503bc0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rest-api-alb-integration-workaround/example-pattern.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/rest-api-alb-integration-workaround",
1919
"templateURL": "serverless-patterns/rest-api-alb-integration-workaround",
2020
"projectFolder": "rest-api-alb-integration-workaround",
21-
"templateFile": "rest-api-alb-integration-workaround/template.yaml"
21+
"templateFile": "template.yaml"
2222
}
2323
},
2424
"resources": {
@@ -41,14 +41,13 @@
4141
},
4242
"cleanup": {
4343
"text": [
44-
"Delete the stack: <code>cdk delete</code>."
44+
"Delete the stack: <code>sam delete</code>."
4545
]
4646
},
4747
"authors": [
4848
{
4949
"name": "Vamsi Pulikonda",
5050
"image": "https://raw.githubusercontent.com/vamsipulikonda/my-photo/main/vamsi-photo.jpg",
51-
"bio": "I am a cloud computing enthusiast working as a Cloud Engineer at Amazon Web Services.",
5251
"linkedin": "https://www.linkedin.com/in/vamsipulikonda/"
5352
}
5453
]

0 commit comments

Comments
 (0)