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

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from cdk_http_pinger import Pinger

app = App()

stack = Stack(app, "my-stack")

pinger = Pinger(stack, "Pinger", url="https://aws.amazon.com")

CfnOutput(stack, "HttpStatus", value=pinger.http_status)
CfnOutput(stack, "HtmlTitle", value=pinger.html_title)
CfnOutput(stack, "URL", value=pinger.url)
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.143.tar.gz (137.4 kB view hashes)

Uploaded Source

Built Distribution

cdk_http_pinger-0.1.143-py3-none-any.whl (136.5 kB view hashes)

Uploaded Python 3

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