Skip to content

Commit b3de060

Browse files
authored
add information for setting up credentials for local development (#2441)
1 parent 060bfdb commit b3de060

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changeset/breezy-wasps-march.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ npm run setup:test-project <name>
9494

9595
This allows you to make local changes and immediately try them out in a test project. All projects that you create in this directory are gitignored.
9696

97+
Make sure your credentials are using the `AmplifyBackendDeployFullAccess` managed policy. For instructions on setting up local credentials, check out [configure AWS for local development](https://docs.amplify.aws/react/start/account-setup/).
98+
9799
Depending on the scope of the change you are making, integration tests and/or E2E tests may be necessary.
98100

99101
Integration tests are located [here](./packages/integration-tests/src/test-in-memory/). These tests operate mostly like unit tests but they exercise many different components and packages together. However, these tests do NOT make service calls. Test assertions can be set up using the [CDK assertions library](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.assertions-readme.html).

0 commit comments

Comments
 (0)