Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@aws-cdk/aws-synthetics-alpha: version 2.100.0-alpha.0 does not contain SYNTHETICS_NODEJS_PUPPETEER_6_0 #27465

Closed
drrobharper opened this issue Oct 9, 2023 · 3 comments
Labels
@aws-cdk/aws-synthetics Related to Amazon CloudWatch Synthetics bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.

Comments

@drrobharper
Copy link

Describe the bug

The release notes say that version 2.100.0-alpha.0 of @aws-cdk/aws-synthetics-alpha should contain "Synthetics NodeJS Puppeteer 6.0 Runtime with NodeJS 18"

This does not seem to be the case, however.

Expected Behavior

npm i @aws-cdk/aws-synthetics-alpha@2.100.0-alpha.0

import { Runtime } from '@aws-cdk/aws-synthetics-alpha';
const synthetics6 = Runtime.SYNTHETICS_NODEJS_PUPPETEER_6_0

Current Behavior

SYNTHETICS_NODEJS_PUPPETEER_6_0 is not available on Runtime

Reproduction Steps

npm i @aws-cdk/aws-synthetics-alpha@2.100.0-alpha.0

import { Runtime } from '@aws-cdk/aws-synthetics-alpha';
const synthetics6 = Runtime.SYNTHETICS_NODEJS_PUPPETEER_6_0

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

2.100.0 (build e1b5c77)

Framework Version

No response

Node.js Version

18

OS

macOS

Language

TypeScript

Language Version

No response

Other information

No response

@drrobharper drrobharper added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Oct 9, 2023
@github-actions github-actions bot added the @aws-cdk/aws-synthetics Related to Amazon CloudWatch Synthetics label Oct 9, 2023
@JohnNewman1
Copy link

+1

@kaizencc
Copy link
Contributor

kaizencc commented Oct 9, 2023

Hi! Synthetics was stabilized. That means that all new additions to the synthetics module lives in aws-cdk-lib/aws-synthetics. The migration path should be exceedingly simple to get to the stable module, the most you would have to do is update a few deprecated properties.

The alpha version exists so as not to break existing users, but it will receive no new updates. Let me know (in a new issue) if there are problems with the new stable module!

@kaizencc kaizencc closed this as completed Oct 9, 2023
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-synthetics Related to Amazon CloudWatch Synthetics bug This issue is a bug. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants