Class 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>
  • Constructor Details

    • Lambda

      public Lambda()
  • Method Details

    • afterAll

      public void afterAll(org.junit.jupiter.api.extension.ExtensionContext context) throws Exception
      Specified by:
      afterAll in interface org.junit.jupiter.api.extension.AfterAllCallback
      Overrides:
      afterAll in class AWSService<AWSAccount,software.amazon.awssdk.services.lambda.LambdaClient,LambdaValidation>
      Throws:
      Exception
    • beforeAll

      public void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) throws Exception
      Specified by:
      beforeAll in interface org.junit.jupiter.api.extension.BeforeAllCallback
      Overrides:
      beforeAll in class AWSService<AWSAccount,software.amazon.awssdk.services.lambda.LambdaClient,LambdaValidation>
      Throws:
      Exception