https://github.com/cdklabs/construct-hub-probe
Probe package intended to test construct hub instances
https://github.com/cdklabs/construct-hub-probe
Last synced: 3 days ago
JSON representation
Probe package intended to test construct hub instances
- Host: GitHub
- URL: https://github.com/cdklabs/construct-hub-probe
- Owner: cdklabs
- License: apache-2.0
- Created: 2021-10-21T17:20:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-06-06T09:43:10.000Z (9 days ago)
- Last Synced: 2026-06-06T11:21:46.111Z (9 days ago)
- Language: TypeScript
- Homepage:
- Size: 16.8 MB
- Stars: 3
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Notice: NOTICE
Awesome Lists containing this project
README
## Construct Hub Probe
This repository contains a package intended to be used a probe to test construct hub instances.
It automatically publishes a new version every 2 hours, allowing for construct hub canaries to verify its availability on construct hub instances.
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This project is licensed under the Apache-2.0 License.
## test
import { Bucket } from '@aws-cdk/aws-s3'
new Bucket(scope: Construct, id: string, props?: BucketProps)