aws-samples / baseline-environment-on-aws

Baseline Environment on AWS(BLEA) is a set of reference CDK template to establish secure baseline on standalone-account or ControlTower based multi-account AWS environment. This solution provides basic and extensible guardrail with AWS security services and end-to-end sample CDK code for typical system architecture.
382 stars 68 forks source link

build: Ignore asset changes in snapshot tests #875

Closed konokenj closed 4 weeks ago

konokenj commented 1 month ago

In this repository, Dependabot automatically updates dependent packages. However, when AWS SDK, X-Ray, and others are updated, asset hash of Lambda functions changes, making it impossible to merge automatically. To avoid this, using Jest's functionality to replace asset hash with a fixed string in snapshot tests.


By submitting this pull request, I confirm that my contribution is made under the terms of the MIT No Attribution (MIT-0).

mergify[bot] commented 4 weeks ago

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

mergify[bot] commented 4 weeks ago

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