Skip to content

Commit

Permalink
chore: remove note on cloudwatch synthetics being alpha from README (#…
Browse files Browse the repository at this point in the history
…1243)

[@aws-cdk/aws-synthetics-alpha](https://www.npmjs.com/package/@aws-cdk/aws-synthetics-alpha) is deprecated and cloudwatch synthetics is stable now.
  • Loading branch information
med8bra authored Apr 25, 2024
1 parent 3f83410 commit 03089f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ new s3deploy.BucketDeployment(stack, "DeployWebsite", {
Synthetics runs a canary to produce traffic to an application for monitoring purposes. Use `TypeScriptCode` as the `code` of a Canary test:

> ℹ️ This feature depends on `@aws-cdk/aws-synthetics-alpha` which is in developer preview.
> Please install the package using the respective tool of your language.
> You may need to update your source code when upgrading to a newer version of this alpha package.
```ts
const bundledCode = new TypeScriptCode("src/canary.ts", {
buildOptions: {
Expand Down

0 comments on commit 03089f1

Please sign in to comment.