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.

AWS Lambda Plugin

eventSourceLambda: AWS Lambda eventsource mapping

  • lambdaEventSourceBuildStepVariables
      Nested Object
    • awsRegion : String
    • functionName : String
    • eventSourceArn : String
    • awsAccessKeyId : String (optional)
    • awsSecretKey : String (optional)
    • functionAlias : String (optional)
    • useInstanceCredentials : boolean (optional)

invokeLambda: AWS Lambda invocation

  • lambdaInvokeBuildStepVariables
      Nested Object
    • awsRegion : String
    • functionName : String
    • synchronous : boolean
    • awsAccessKeyId : String (optional)
    • awsSecretKey : String (optional)
    • jsonParameters (optional)
        Array / List of Nested Object
      • envVarName : String
      • jsonPath : String (optional)
    • payload : String (optional)
    • useInstanceCredentials : boolean (optional)

publishLambda: AWS Lambda publish new version and update alias

  • lambdaPublishBuildStepVariables
      Nested Object
    • awsRegion : String
    • functionARN : String
    • functionAlias : String
    • versionDescription : String
    • awsAccessKeyId : String (optional)
    • awsSecretKey : String (optional)
    • useInstanceCredentials : boolean (optional)

deployLambda: AWS Lambda deployment

  • lambdaUploadBuildStepVariables
      Nested Object
    • 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)
        Nested Object
      • environment
          Array / List of Nested Object
        • 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)

Was this page helpful?

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.