You can read the AWS_DEFAULT_REGION environment variable and use the Regions.fromNamefunction to parse that into a useable region. The advantage of this is you can use it outside your handler function.
Regions.fromName(System.getenv("AWS_DEFAULT_REGION"))