2.0.1 • Published 2 years ago
@kumo-by-theodo/guardian v2.0.1
- Ensure that the CI/CD runner has an AWS profile configured, with AdministratorAccess privileges.
If the region is not configured for that profile, make sure to specify it using the -r flag in the command.
AWS Lambda:
Lambda: Use ARM64 architecture
: checks that you're using ARM64 architectures for your Lambda functions.Lambda: No shared IAM roles
: checks that each one of your Lambda functions has its own IAM role.Lambda: Limited amount of versions
: checks that you do not store all previous deployment versions for your Lambda functions.Lambda: Specify failure destination to async functions
: checks that each one of your async Lambda functions has a failure destination.Lambda: No identical code
: checks that each one of your Lambda functions has different code.Lambda: Light bundle
: checks that each one of your Lambda functions' bundles is reasonably small.Lambda: No default memory
: checks that you have consciously configured your Lambda functions' memory size.Lambda: Under maximum memory
: checks that each one of your Lambda functions' memory size is reasonably small.Lambda: No maximum timeout
: checks that your Lambda functions' timeout is not set at the maximum available.
- AWS S3:
S3: Use intelligent tiering
: checks that each one of S3 buckets has intelligent tiering enabled.S3: Server-side encryption enabled
: checks that a server-side encryption soution is enabled on each S3 bucket.
- AWS Cognito:
Cognito: Sign-in case insensitivity
: checks that your Cognito user pool is insensitive to user name case.
- AWS CloudWatch:
CloudWatch Log Groups: Defined logs retention duration
: checks that each of your Log Groups has a defined log retention duration.
- AWS EventBridge:
EventBridge: Specified dead letter queue
: checks that each Event Bridge Rule target has a dead letter queue.
- That one AWS Lambda hidden configuration that will make you a Hero - Guardian is watching over you by Zineb
- AWS Lambda Versions : Time to clean up! - Guardian is watching over you by Pierre
- AWS Lambda 101: Shave That Bundle Down by Éloi
2.0.1
2 years ago
2.0.0
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.10
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.10.11
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago