Refer to the general Contribution Guidelines.
To run integration tests locally, you need to authenticate with AWS. For example, you can do that by exporting the following environment variables:
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_SESSION_TOKEN=...
export AWS_DEFAULT_REGION=...