Skip to content

cdklabs/cdk-atmosphere-service

Atmosphere Service

API Reference

An HTTP service that manages a collection of pre-existing environments and allocates them to integration tests per request.

Usage

import * as cdk from 'aws-cdk-lib';
import { AtmosphereService } from '@cdklabs/cdk-atmosphere-service';

const app = new cdk.App();
const stack = new cdk.Stack(app, 'Stack');
new AtmosphereService(stack, 'AtmosphereService', {
  config: {
    environments: [
      {
        account: '1111',
        region: 'us-east-1',
        pool: 'release',
        adminRoleArn: 'arn:aws:iam::1111:role/Admin'
      }
    ]
  }
});

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages