HTTP Pinger for AWS CDK
Project description
cdk-http-pinger
HTTP Pinger for AWS CDK
Sample
import { Pinger } from 'cdk-http-pinger';
const app = new App();
const stack = new Stack(app, 'my-stack');
const pinger = new Pinger(stack, 'Pinger', { url: 'https://aws.amazon.com' });
new CfnOutput(stack, 'HttpStatus', { value: pinger.httpStatus });
new CfnOutput(stack, 'HtmlTitle', { value: pinger.htmlTitle });
new CfnOutput(stack, 'URL', { value: pinger.url });
new CfnOutput(stack, 'Body', { value: pinger.body });
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
cdk-http-pinger-0.1.222.tar.gz
(29.0 kB
view details)
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 cdk-http-pinger-0.1.222.tar.gz.
File metadata
- Download URL: cdk-http-pinger-0.1.222.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebdae11d6b8d6b13b0114ff49103c50fec7f758fcc325e67c96bf4fe630ca5e3
|
|
| MD5 |
4190778d0bd9e0df7cc4a39f4d5f182f
|
|
| BLAKE2b-256 |
6e664d95db4018231647ca86e6ebca753b7c9c4ef56f8754832e27ec2da87c50
|
File details
Details for the file cdk_http_pinger-0.1.222-py3-none-any.whl.
File metadata
- Download URL: cdk_http_pinger-0.1.222-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cecf7539e86f079962a7f2ef3ca07427e1ca51dff6efc0954c0ebcb26a129872
|
|
| MD5 |
afc5ec16cd56c6a71cafa93e95636de3
|
|
| BLAKE2b-256 |
85ff11465ff1f2dc7647d64956d23e278fd50476cb1e1ee080d94e6461ec5350
|