Skip to main content

HTTP Pinger for AWS CDK

Project description

NPM version PyPI version Release

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)

Uploaded Source

Built Distribution

cdk_http_pinger-0.1.222-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

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

Hashes for cdk-http-pinger-0.1.222.tar.gz
Algorithm Hash digest
SHA256 ebdae11d6b8d6b13b0114ff49103c50fec7f758fcc325e67c96bf4fe630ca5e3
MD5 4190778d0bd9e0df7cc4a39f4d5f182f
BLAKE2b-256 6e664d95db4018231647ca86e6ebca753b7c9c4ef56f8754832e27ec2da87c50

See more details on using hashes here.

File details

Details for the file cdk_http_pinger-0.1.222-py3-none-any.whl.

File metadata

File hashes

Hashes for cdk_http_pinger-0.1.222-py3-none-any.whl
Algorithm Hash digest
SHA256 cecf7539e86f079962a7f2ef3ca07427e1ca51dff6efc0954c0ebcb26a129872
MD5 afc5ec16cd56c6a71cafa93e95636de3
BLAKE2b-256 85ff11465ff1f2dc7647d64956d23e278fd50476cb1e1ee080d94e6461ec5350

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page