Skip to content

fix(stepfunctions): allow disable x-ray#30808

Merged
mergify[bot] merged 6 commits intoaws:mainfrom
watany-dev:disable-xray-statemachine
Jul 31, 2024
Merged

fix(stepfunctions): allow disable x-ray#30808
mergify[bot] merged 6 commits intoaws:mainfrom
watany-dev:disable-xray-statemachine

Conversation

@watany-dev
Copy link
Copy Markdown
Contributor

Issue # (if applicable)

Closes #30796 .

Reason for this change

Description of changes

Description of how you validated changes

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team July 10, 2024 03:07
@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Jul 10, 2024
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

// stateMachine.grantRead(role);
// stateMachine.grant(role, 'states:SendTaskSuccess');

app.synth();

This comment was marked as resolved.

Comment on lines +22 to +23
// stateMachine.grantRead(role);
// stateMachine.grant(role, 'states:SendTaskSuccess');

This comment was marked as resolved.

Comment on lines +13 to +15
// const role = new iam.Role(stack, 'Role', {
// assumedBy: new iam.ServicePrincipal('lambda.amazonaws.com'),
// });

This comment was marked as resolved.

Comment on lines +4 to +9
/*
* Stack verification steps:
*
* -- aws stepfunctions describe-state-machine --state-machine-arn <stack-output> has a status of `ACTIVE`
* -- aws iam get-role-policy --role-name <role-name> --policy-name <policy-name> has all actions mapped to respective resources.
*/

This comment was marked as resolved.

@@ -0,0 +1,25 @@
import * as iam from 'aws-cdk-lib/aws-iam';
import * as cdk from 'aws-cdk-lib';
import * as sfn from 'aws-cdk-lib/aws-stepfunctions';

This comment was marked as resolved.

@aws-cdk-automation aws-cdk-automation dismissed their stale review July 29, 2024 15:18

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Jul 29, 2024
@watany-dev
Copy link
Copy Markdown
Contributor Author

@ChakshuGupta13
Sorry for the wait, the absence of snapshot has been resolved.

@TheRealAmazonKendra
Copy link
Copy Markdown
Contributor

@Mergifyio update

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 31, 2024

update

✅ Branch has been successfully updated

Copy link
Copy Markdown
Contributor

@TheRealAmazonKendra TheRealAmazonKendra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 31, 2024

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-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Jul 31, 2024
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 31, 2024

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-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: e61f2fc
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit d56d05c into aws:main Jul 31, 2024
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jul 31, 2024

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).

@github-actions
Copy link
Copy Markdown
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2024
@watany-dev watany-dev deleted the disable-xray-statemachine branch August 1, 2024 00:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(stepfunctions): cannot disable x-ray tracing

4 participants