We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae7a8b commit 2a8767cCopy full SHA for 2a8767c
lambda.rst
@@ -15,6 +15,22 @@ List Lambda Functions, Runtime and Memory
15
partner-api-8XJAP1VVLYA7 python3.7 128
16
marketing-promo-sqs-function nodejs10.x 128
17
18
+List Lambda Environment Variables
19
+---------------------------------
20
+
21
+.. code:: bash
22
23
+ aws lambda get-function --function-name my-app-production | jq -r .Configuration.Environment.Variables
24
25
+.. code:: ini
26
27
+ ...
28
+ "FILESYSTEM_DRIVER": "s3",
29
+ "APP_ENV": "production",
30
+ "CACHE_STORE": "dynamodb",
31
+ "QUEUE_TIMEOUT": "69",
32
33
34
List Lambda Layers
35
------------------
36
0 commit comments