Skip to content

Commit b2f950b

Browse files
authored
correcting for input
1 parent 6e9ce7d commit b2f950b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: AWS Lambda Zip Deploy - Python (w/ target directory)
2-
author: Qubitro
2+
author: SchoolAI/cahlan
33
description: Zip deploy to AWS Lambda with requirements in a separate layer.
44
inputs:
55
requirements_txt:
@@ -12,6 +12,9 @@ inputs:
1212
lambda_function_name:
1313
description: The Lambda function name. Check the AWS docs/readme for examples.
1414
required: true
15+
lambda_region:
16+
description: The Lambda function region. Check the AWS docs/readme for examples.
17+
required: false
1518
runs:
1619
using: 'docker'
1720
image: 'Dockerfile'

0 commit comments

Comments
 (0)