* set destination name only if not phone number Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * redact phone_number Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * add changelog Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --------- Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> |
||
|---|---|---|
| .. | ||
| cassettes | ||
| README.md | ||
| __init__.py | ||
| bedrock_utils.py | ||
| conftest.py | ||
| test_botocore_bedrock.py | ||
| test_botocore_dynamodb.py | ||
| test_botocore_instrumentation.py | ||
| test_botocore_lambda.py | ||
| test_botocore_messaging.py | ||
| test_botocore_sns.py | ||
| test_botocore_sqs.py | ||
README.md
Recording calls
If you need to record calls you may need to export authentication variables and the default region as environment variables in order to have the code work properly. Since tox blocks environment variables by default you need to override its configuration to let them pass:
export TOX_OVERRIDE=testenv.pass_env=AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_SESSION_TOKEN,AWS_DEFAULT_REGION
We are not adding it to tox.ini because of security concerns.