Skip to content

Commit 0665efa

Browse files
authored
Merge pull request #397 from akiabi/patch-1
Added missing Quotes in list-layer-versions command
2 parents b003409 + ad15d87 commit 0665efa

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
@@ -198,7 +198,7 @@ To list all layers in your account, you can omit the `--compatible-runtime` opti
198198
You can also get the latest version of a layer using the list\-layer\-versions command\.
199199

200200
```
201-
aws lambda list-layer-versions --layer-name my-layer --query 'LayerVersions[0].LayerVersionArn
201+
aws lambda list-layer-versions --layer-name my-layer --query 'LayerVersions[0].LayerVersionArn'
202202
```
203203

204204
## Adding layer permissions<a name="invocation-layers-permissions"></a>
@@ -256,4 +256,4 @@ The GitHub repository for this guide provides blank sample applications that dem
256256
+ **Ruby**[blank\-ruby](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-ruby)
257257
+ **Java**[blank\-java](https://github.com/awsdocs/aws-lambda-developer-guide/tree/main/sample-apps/blank-java)
258258

259-
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)\.
259+
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)