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 6e9ce7d commit b2f950bCopy full SHA for b2f950b
1 file changed
action.yml
@@ -1,5 +1,5 @@
1
name: AWS Lambda Zip Deploy - Python (w/ target directory)
2
-author: Qubitro
+author: SchoolAI/cahlan
3
description: Zip deploy to AWS Lambda with requirements in a separate layer.
4
inputs:
5
requirements_txt:
@@ -12,6 +12,9 @@ inputs:
12
lambda_function_name:
13
description: The Lambda function name. Check the AWS docs/readme for examples.
14
required: true
15
+ lambda_region:
16
+ description: The Lambda function region. Check the AWS docs/readme for examples.
17
+ required: false
18
runs:
19
using: 'docker'
20
image: 'Dockerfile'
0 commit comments