文件名称:cdk-http-pinger:适用于AWS CDK的HTTP Pinger
文件大小:134KB
文件格式:ZIP
更新时间:2024-04-25 19:48:20
TypeScript
cdk-http-pinger 适用于AWS CDK的HTTP Pinger 样本 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 Cfn
【文件预览】:
cdk-http-pinger-main
----.eslintrc.json(4KB)
----.gitignore(908B)
----package.json(3KB)
----src()
--------integ.default.ts(667B)
--------pinger.ts(2KB)
--------index.ts(26B)
--------lambda()
----tsconfig.eslint.json(739B)
----LICENSE(11KB)
----.mergify.yml(978B)
----CHANGELOG.md(303B)
----.github()
--------pull_request_template.md(7B)
--------workflows()
--------dependabot.yml(261B)
----.projenrc.js(1KB)
----README.md(797B)
----.projen()
--------tasks.json(5KB)
--------deps.json(3KB)
----version.json(25B)
----tsconfig.jest.json(739B)
----.versionrc.json(267B)
----.npmignore(385B)
----test()
--------integ.snapshot.test.ts(318B)
--------__snapshots__()
----yarn.lock(292KB)
----API.md(2KB)