Explore
1-6 of 6
Automatic region detection by AWS
AWS can automatically detect the region from the environment
- marked_information
- java
- framework specific
- AWS
- quality
Avoid hardcoded secrets
Secrets should not be stored in code
- error
- java
- security
- framework specific
- AWS
Hardcoded Credentials: AWS Key
AWS credentials should not be hardcoded.
- warning
- java
- security
- framework specific
- AWS
Not releasing AmazonDynamoDbClient
Call the shutdown() method to release the AmazonDynamoDbClient
- error
- java
- framework specific
- AWS
- quality
Not releasing DynamoDbClient
Call the close() method to release the DynamoDbClient
- error
- java
- framework specific
- AWS
- quality
Use the Region enum
AWS recommends to use one of the constants in the Regions enum
- warning
- java
- framework specific
- AWS
- quality