All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kestra.plugin.aws.lambda.package-info Maven / Gradle / Ivy

The newest version!
@PluginSubGroup(
    description = "This sub-group of plugins contains tasks for using Amazon Lambda.\n" +
        "AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers.",
    categories = { PluginSubGroup.PluginCategory.CLOUD }
)
package io.kestra.plugin.aws.lambda;

import io.kestra.core.models.annotations.PluginSubGroup;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy