Class Lambda2ClientStandardImpl

  • All Implemented Interfaces:
    Lambda2InternalClient

    public class Lambda2ClientStandardImpl
    extends Object
    implements Lambda2InternalClient
    Manage an AWS Lambda client for all users to use. This implementation is for local instances to use a static and solid credential set.
    • Constructor Detail

      • Lambda2ClientStandardImpl

        public Lambda2ClientStandardImpl​(Lambda2Configuration configuration)
        Constructor that uses the config file.
    • Method Detail

      • getLambdaClient

        public software.amazon.awssdk.services.lambda.LambdaClient getLambdaClient()
        Getting the Lambda AWS client that is used.
        Specified by:
        getLambdaClient in interface Lambda2InternalClient
        Returns:
        Amazon Lambda Client.