Class Lambda

  • All Implemented Interfaces:
    org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.Extension, Service

    @AutoService(Lambda.class)
    public class Lambda
    extends AWSService<AWSAccount,​software.amazon.awssdk.services.lambda.LambdaClient,​LambdaValidation>
    • Constructor Detail

      • Lambda

        public Lambda()
    • Method Detail

      • 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
        Throws:
        Exception