Amazon Web Services
Amazon Web Services is a subsidiary of Amazon.com that provides on-demand cloud computing platforms to individuals, companies, and governments, on a subscription basis.
Here are 4,811 public repositories matching this topic...
Add basic CI
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
-
Updated
Apr 3, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
Jun 25, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Feb 8, 2022 - Python
-
Updated
Jan 15, 2022 - Python
The https://github.com/nccgroup/ScoutSuite/blob/master/ScoutSuite/providers/gcp/rules/findings/iam-lack-of-service-account-key-rotation.json finding should only flag USER_MANAGED keys (https://cloud.google.com/iam/docs/reference/rest/v1/projects.serviceAccounts.keys), as SYSTEM_MANAGED keys are "managed and rotated by Google"
Describe the issue
Checkov skips terraform file when it can't parse a file. When you are using checkov in gitlab ci pipeline with junitxml output, it will be better to include such erros in 'Errors' list instead of ignoring them.
Examples
resource "aws_alb" "alb" {
name = "foobar-nlb"
load_balancer_type = "network"
enable_cross_z
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 8, 2022 - Python
Benchmarking
Can you please add some performance numbers to the main project docs indicating inference latency running some common hardware options e.g. AWS p2, GCP gpu instance, CPU inference, Raspbery pi, etc.
-
Updated
Jul 1, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 6, 2022 - Python
-
Updated
Jun 16, 2022 - Python
-
Updated
Mar 1, 2022 - Python
-
Updated
Apr 15, 2022 - Python
https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html lists the maximum environment variable hard limit as 4kb.
If this limit is exceeded, the template will not deploy.
It should be possible to make an Error level rule around this
The functions in this file should be factored out to a separate utility lib as they are reused in bitcoin-etl https://github.com/blockchain-etl/ethereum-etl/blob/develop/ethereumetl/misc_utils.py
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia
Is there an existing issue for this?
Current Behavior
When running
batch-write-itemandrequest-itemsis missing the primary key and/or the sort key for a given table it returns500meaning that anysdkwill try again before exhausting retries and hiding the trueValidationExceptionerror.Expected Behavior
Return `ValidationExce