Skip to content

Add new ContainerHandlerBuilder #144

Closed
@sapessi

Description

@sapessi
  • Framework version: 1.2
  • Implementations: Jersey / Spring / Spring Boot / Spark

Scenario

To make it easier to customize the configuration of a container handler, we should add an additional builder object that developers can use to pass all necessary configuration parameters in the static block of their code

Expected behavior

SpringLambdaContainerHandler handler = HandlerBuilder.register("my.class").
                  defaultContainerConfig().springProfiles("profile-1").build();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions