-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
chore: npm-check-updates && yarn upgrade #31698
Conversation
6b0ce94
to
ec83bb5
Compare
ec83bb5
to
10c6235
Compare
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
4c16d11
to
6d8f412
Compare
@@ -83,7 +83,7 @@ const beanstalkEnv = new elasticbeanstalk.CfnEnvironment(stack, 'beanstlk-env', | |||
applicationName: beanstalkApp.applicationName!, | |||
environmentName: 'codepipeline-test-env', | |||
// see https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.nodejs | |||
solutionStackName: '64bit Amazon Linux 2023 v6.2.1 running Node.js 20', | |||
solutionStackName: '64bit Amazon Linux 2023 v6.2.2 running Node.js 20', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Leo10Gama .. did you manually do this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I manually changed it. According to their platform history, this value is not current, so no longer supported. Trying to deploy with it gave me this error:
❌ aws-cdk-codepipeline-elastic-beanstalk-deploy failed:
The stack named aws-cdk-codepipeline-elastic-beanstalk-deploy failed creation, it may need to be manually deleted from the AWS console:
ROLLBACK_COMPLETE:
Resource handler returned message:
"No Solution Stack named '64bit Amazon Linux 2023 v6.2.1 running Node.js 20' found. (Service: ElasticBeanstalk, Status Code: 400, Request ID: <ID>)" (RequestToken: <TOKEN>, HandlerErrorCode: InvalidRequest)
FAILED aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy-codepipeline-elastic-beanstalk-deploy/DefaultTest (undefined/us-east-1) 211.99s
Integration test failed: Error: Command exited with status 1
Updating the value let the test pass.
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Comments on closed issues and PRs are hard for our team to see. |
Ran npm-check-updates and yarn upgrade to keep the
yarn.lock
file up-to-date.