Skip to content

Commit

Permalink
chore(doc): Update INTEGRATION_TESTS.md
Browse files Browse the repository at this point in the history
callout the env.account should not be defined
  • Loading branch information
pahud authored Jul 17, 2024
1 parent ffd9d9c commit e06a2cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INTEGRATION_TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ This will:
Now when you run `npm test` it will synth the integ app and compare the result with the snapshot.
If the snapshot has changed the same process must be followed to update the snapshot.

*Note - When running integration tests, refrain from defining the `env.account` property for stacks. This ensures that the synthesized
CloudFormation template from the snapshots does not contain your current AWS account information, promoting better security and portability.

### New L2 Constructs

When creating a new L2 construct (or new construct library) it is important to ensure you have a good
Expand Down

0 comments on commit e06a2cb

Please sign in to comment.