Skip to content

Commit

Permalink
20250204173615
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt committed Feb 4, 2025
1 parent c79c671 commit 3dd8705
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions terraform-aws-github-runner/tools/run-aws-lambda-helper
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
#!/usr/bin/env bash

# Usage:
# get-aws-lambda-envs <LAMBDA_FUNCTION_NAME>
#
# Description:
# Given the name of an AWS Lambda function, this script will list its
# environment variables and output them in a form suitable for "export".
#
# Requirements:
# - AWS CLI
# - jq

FUNCTION_NAME="$1"
AWS_REGION="$2"

Expand Down

0 comments on commit 3dd8705

Please sign in to comment.