-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
35 lines (28 loc) · 730 Bytes
/
Copy pathaction.yml
File metadata and controls
35 lines (28 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: 'Easy AWS Lambda Deploy'
author: 'Jo Colina'
description: |
A simple GitHub action to allow updating a lambda function.
inputs:
function_name:
description: Name of your lambda function
required: true
cwd:
description: Directory to work on. Relative to root
required: false
region:
description: Region where your lambda is deployed
required: true
zip_files:
description: Specific files to include in ZIP (to exclude temp files for example).
required: false
zip_command:
description: |
Specific "zip" command to run
This will override zip_files
required: false
runs:
using: docker
image: 'Dockerfile'
branding:
color: orange
icon: cloud-lightning