Skip to content

Commit

Permalink
Add env for lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
mdminhazulhaque authored Sep 5, 2024
1 parent cae7a8b commit 2a8767c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lambda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ List Lambda Functions, Runtime and Memory
partner-api-8XJAP1VVLYA7 python3.7 128
marketing-promo-sqs-function nodejs10.x 128
List Lambda Environment Variables
---------------------------------

.. code:: bash
aws lambda get-function --function-name my-app-production | jq -r .Configuration.Environment.Variables
.. code:: ini
...
"FILESYSTEM_DRIVER": "s3",
"APP_ENV": "production",
"CACHE_STORE": "dynamodb",
"QUEUE_TIMEOUT": "69",
...
List Lambda Layers
------------------

Expand Down

0 comments on commit 2a8767c

Please sign in to comment.