@cdklabs/cdk-atmosphere-service
Project description
Atmosphere Service
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=[Environment(
account="1111",
region="us-east-1",
pool="release",
admin_role_arn="arn:aws:iam::1111:role/Admin"
)
]
)
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cdklabs_cdk_atmosphere_service-0.0.2.tar.gz.
File metadata
- Download URL: cdklabs_cdk_atmosphere_service-0.0.2.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cdf0e15f00bb5032955d8b58f0c631fea861dfbf3621ce86c6f901fad3ed9de
|
|
| MD5 |
0345118995fa8f0e2c066994ea23512f
|
|
| BLAKE2b-256 |
59fad41337f5b61e9edb2c3cdca9deae2d8600ae3ce2d0b07a29bd41b7e81873
|
File details
Details for the file cdklabs.cdk_atmosphere_service-0.0.2-py3-none-any.whl.
File metadata
- Download URL: cdklabs.cdk_atmosphere_service-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2da7b9c5b770327a73b46f0202dc14e547259992cb81eff395a4505bea7cd2c5
|
|
| MD5 |
e244288705e4945f9eb779f6cbf0341d
|
|
| BLAKE2b-256 |
00c3df80a1d65567c43ddabdf234819402a0e76609f55ceec4e5a7511bb76628
|