import { LambdaRegion } from '.' describe('Compute region test', () => { it('should initialize a test region', () => { const region = new LambdaRegion('us-east-1') }) })