You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/MAINTAINING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,6 +404,9 @@ Environment variables (beyond standard AWS Go SDK ones) used by acceptance testi
404
404
|`AWS_EC2_EIP_PUBLIC_IPV4_POOL`| Identifier for EC2 Public IPv4 Pool for EC2 EIP testing. |
405
405
|`AWS_GUARDDUTY_MEMBER_ACCOUNT_ID`| Identifier of AWS Account for GuardDuty Member testing. **DEPRECATED:** Should be replaced with standard alternate account handling for tests. |
406
406
|`AWS_GUARDDUTY_MEMBER_EMAIL`| Email address for GuardDuty Member testing. **DEPRECATED:** It may be possible to use a placeholder email address instead. |
407
+
| `AWS_LAMBDA_IMAGE_LATEST_ID` | ECR repository image URI (tagged as `latest`) for Lambda container image acceptance tests.
408
+
| `AWS_LAMBDA_IMAGE_V1_ID` | ECR repository image URI (tagged as `v1`) for Lambda container image acceptance tests.
409
+
| `AWS_LAMBDA_IMAGE_V2_ID` | ECR repository image URI (tagged as `v2`) for Lambda container image acceptance tests.
407
410
|`DX_CONNECTION_ID`| Identifier for Direct Connect Connection testing. |
408
411
|`DX_VIRTUAL_INTERFACE_ID`| Identifier for Direct Connect Virtual Interface testing. |
409
412
|`EC2_SECURITY_GROUP_RULES_PER_GROUP_LIMIT`| EC2 Quota for Rules per Security Group. Defaults to 50. **DEPRECATED:** Can be augmented or replaced with Service Quotas lookup. |
0 commit comments