Skip to content

Commit 48bdeff

Browse files
authored
Merge pull request awsdocs#314 from alfiedotwtf/main
Typo in the subcommand
2 parents d3315bf + bc06498 commit 48bdeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/invocation-layers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following procedure assumes that you have packaged the updated layer code in
151151
1. \(Optional\) If the function has more than one layer, get the current layer versions associated with the function\.
152152

153153
```
154-
aws lambda get-function-config --function-name my-function --query 'Layers[*].Arn' --output yaml
154+
aws lambda get-function-configuration --function-name my-function --query 'Layers[*].Arn' --output yaml
155155
```
156156

157157
1. Add the new layer version to the function\. In the following example command, the function also has a layer version named `other-layer:5`:
@@ -217,4 +217,4 @@ The GitHub repository for this guide provides blank sample applications that dem
217217
+ **Ruby**[blank\-ruby](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-ruby)
218218
+ **Java**[blank\-java](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-java)
219219

220-
For more information about the blank sample app, see [Blank function sample application for AWS Lambda](samples-blank.md)\. For other samples, see [Lambda sample applications](lambda-samples.md)\.
220+
For more information about the blank sample app, see [Blank function sample application for AWS Lambda](samples-blank.md)\. For other samples, see [Lambda sample applications](lambda-samples.md)\.

0 commit comments

Comments
 (0)