Skip to main content

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 aws_cdk as cdk
from cdklabs.cdk_atmosphere_service import AtmosphereService


app = cdk.App()
stack = cdk.Stack(app, "Stack")
AtmosphereService(stack, "AtmosphereService",
    config=ConfigurationData(
        environments=[RegisteredEnvironment(
            account="1111",
            region="us-east-1",
            pool="release",
            role_arn="arn:aws:iam::1111:role/Admin"
        )
        ]
    )
)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdklabs_cdk_atmosphere_service-0.0.9.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file cdklabs_cdk_atmosphere_service-0.0.9.tar.gz.

File metadata

File hashes

Hashes for cdklabs_cdk_atmosphere_service-0.0.9.tar.gz
Algorithm Hash digest
SHA256 d7deedb58f5ba8862e431497041a6e407f7711c5e905e992e867a07c3e927b9b
MD5 8c1a66d14c9583fac8764abcc9afb689
BLAKE2b-256 f262c4ecb12adefaf867aaf08474fe2d4850f40910116f67cc268780c9964495

See more details on using hashes here.

File details

Details for the file cdklabs.cdk_atmosphere_service-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for cdklabs.cdk_atmosphere_service-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 1a1de67308a64432c6867ec7be4edc7d8a74ce9923a2bfc15f001055efadbd8c
MD5 78c37829a78285d449d924d91ab49c73
BLAKE2b-256 2b386555374356cd17dc0dc0641ad25b101cff05d88eb50e33eeb75f80f5540d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.9 This release

2 files

0.0.8

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

0.0.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page