1
- name : " invoke-aws-lambda"
2
- description : " Invoke AWS Lambda function"
1
+ name : ' invoke-aws-lambda'
2
+ description : ' Invoke AWS Lambda function'
3
3
branding :
4
4
icon : arrow-up-right
5
5
color : orange
6
6
inputs :
7
7
AWS_ACCESS_KEY_ID :
8
- description : " AWS_ACCESS_KEY_ID"
8
+ description : ' AWS_ACCESS_KEY_ID'
9
9
required : true
10
10
AWS_SECRET_ACCESS_KEY :
11
- description : " AWS_SECRET_ACCESS_KEY"
11
+ description : ' AWS_SECRET_ACCESS_KEY'
12
12
required : true
13
13
AWS_SESSION_TOKEN :
14
- description : " AWS_SESSION_TOKEN"
14
+ description : ' AWS_SESSION_TOKEN'
15
15
required : false
16
16
REGION :
17
- description : " region where the lambda has been created (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html)"
17
+ description : ' region where the lambda has been created (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html)'
18
18
required : false
19
19
default : us-east-1
20
20
FunctionName :
21
- description : " The name of the Lambda function, version, or alias"
21
+ description : ' The name of the Lambda function, version, or alias'
22
22
required : true
23
23
InvocationType :
24
- description : " Choose from the following options: RequestResponse, Event, DryRun"
24
+ description : ' Choose from the following options: RequestResponse, Event, DryRun'
25
25
required : false
26
26
default : RequestResponse
27
27
LogType :
28
- description : " Choose from the following options: None, Tail"
28
+ description : ' Choose from the following options: None, Tail'
29
29
required : false
30
30
default : None
31
31
ClientContext :
32
- description : " Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context object."
32
+ description : ' Up to 3583 bytes of base64-encoded data about the invoking client to pass to the function in the context object.'
33
33
required : false
34
34
Payload :
35
- description : " The JSON that you want to provide to your Lambda function as input. (Buffer, Typed Array, Blob, String)"
35
+ description : ' The JSON that you want to provide to your Lambda function as input. (Buffer, Typed Array, Blob, String)'
36
36
required : false
37
37
Qualifier :
38
- description : " Specify a version or alias to invoke a published version of the function."
38
+ description : ' Specify a version or alias to invoke a published version of the function.'
39
39
required : false
40
40
HTTP_TIMEOUT :
41
41
description : Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000)
@@ -48,7 +48,7 @@ inputs:
48
48
required : false
49
49
outputs :
50
50
response : # id of output
51
- description : " response from lambda invocation"
51
+ description : ' response from lambda invocation'
52
52
runs :
53
- using : " node12 "
54
- main : " dist/index.js"
53
+ using : ' node16 '
54
+ main : ' dist/index.js'
0 commit comments