Package software.tnb.aws.lambda.service
Class Lambda
java.lang.Object
software.tnb.common.service.Service<A,C,V>
software.tnb.common.service.ConfigurableService<A,C,V,AWSConfiguration>
software.tnb.aws.common.service.AWSService<AWSAccount,software.amazon.awssdk.services.lambda.LambdaClient,LambdaValidation>
software.tnb.aws.lambda.service.Lambda
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.BeforeAllCallback,org.junit.jupiter.api.extension.Extension
@AutoService(Lambda.class)
public class Lambda
extends AWSService<AWSAccount,software.amazon.awssdk.services.lambda.LambdaClient,LambdaValidation>
-
Field Summary
Fields inherited from class software.tnb.aws.common.service.AWSService
localStack, LOGFields inherited from class software.tnb.common.service.Service
account, client, validation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.tnb.aws.common.service.AWSService
account, client, defaultConfiguration, serviceUrlMethods inherited from class software.tnb.common.service.ConfigurableService
getConfigurationMethods inherited from class software.tnb.common.service.Service
validation
-
Constructor Details
-
Lambda
public Lambda()
-
-
Method Details
-
afterAll
- Specified by:
afterAllin interfaceorg.junit.jupiter.api.extension.AfterAllCallback- Overrides:
afterAllin classAWSService<AWSAccount,software.amazon.awssdk.services.lambda.LambdaClient, LambdaValidation> - Throws:
Exception
-
beforeAll
- Specified by:
beforeAllin interfaceorg.junit.jupiter.api.extension.BeforeAllCallback- Overrides:
beforeAllin classAWSService<AWSAccount,software.amazon.awssdk.services.lambda.LambdaClient, LambdaValidation> - Throws:
Exception
-