The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
eventSourceLambda
: AWS Lambda eventsource mappinglambdaEventSourceBuildStepVariables
awsRegion : String
functionName : String
eventSourceArn : String
awsAccessKeyId : String
(optional)
awsSecretKey : String
(optional)
functionAlias : String
(optional)
useInstanceCredentials : boolean
(optional)
invokeLambda
: AWS Lambda invocationlambdaInvokeBuildStepVariables
awsRegion : String
functionName : String
synchronous : boolean
awsAccessKeyId : String
(optional)
awsSecretKey : String
(optional)
jsonParameters
(optional)
envVarName : String
jsonPath : String
(optional)
payload : String
(optional)
useInstanceCredentials : boolean
(optional)
publishLambda
: AWS Lambda publish new version and update aliaslambdaPublishBuildStepVariables
awsRegion : String
functionARN : String
functionAlias : String
versionDescription : String
awsAccessKeyId : String
(optional)
awsSecretKey : String
(optional)
useInstanceCredentials : boolean
(optional)
deployLambda
: AWS Lambda deploymentlambdaUploadBuildStepVariables
awsRegion : String
functionName : String
updateMode : String
alias : String
(optional)
artifactLocation : String
(optional)
awsAccessKeyId : String
(optional)
awsSecretKey : String
(optional)
createAlias : boolean
(optional)
deadLetterQueueArn : String
(optional)
description : String
(optional)
enableDeadLetterQueue : boolean
(optional)
environmentConfiguration
(optional)
environment
key : String
value : String
configureEnvironment : boolean
(optional)
kmsArn : String
(optional)
handler : String
(optional)
memorySize : String
(optional)
publish : boolean
(optional)
role : String
(optional)
runtime : String
(optional)
securityGroups : String
(optional)
subnets : String
(optional)
timeout : String
(optional)
useInstanceCredentials : boolean
(optional)
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.