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 26,183 public repositories matching this topic...
-
Updated
Apr 7, 2022 - Python
-
Updated
Apr 3, 2022 - Python
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 7, 2022 - Shell
-
Updated
Apr 7, 2022 - Python
-
Updated
Apr 7, 2022 - Jinja
-
Updated
Apr 7, 2022 - Go
-
Updated
Mar 28, 2022 - Python
-
Updated
Apr 5, 2022 - Go
-
Updated
Apr 7, 2022 - Java
-
Updated
Apr 2, 2022 - Python
Before opening, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have read the guide for submitting bug reports.
- I have done my best
-
Updated
Sep 27, 2021 - Go
What is the problem?
Unlike the module aws_apigateway where I would just do
const api = new apigateway.RestApi(this, 'hello-api');
const plan = api.addUsagePlan('UsagePlan', {
name: 'Easy',
throttle: {
rateLimit: 10,
burstLimit: 2
}
});there doesnt seem to be an equivalent way of doing this in aws-apigatewayv2-alpha.
Reproduction Steps
I
-
Updated
Apr 6, 2022 - Python
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Apr 2, 2022 - Go
-
Updated
Apr 1, 2022 - Shell
I suggest adding MongoDB Atlas to the supported cloud as a feather.
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 7, 2022 - Jupyter Notebook
-
Updated
Dec 4, 2020 - Python
Add a monthly_replicated_write usage parameters to AWS [RDS Cluster] (https://github.com/infracost/infracost/blob/master/internal/resources/aws/rds_cluster.go) to track charges for Replicated Write I/Os (see https://aws.amazon.com/rds/aurora/pricing/#Database_Storage_and_IOs)
-
Updated
Apr 2, 2022 - Go
General Availability (GA) for docker compose v2 is "Almost There". With GA we could consider upgrading docker compose examples (sample project and [test](https://github.com/
-
Updated
Apr 7, 2022 - Python
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia
Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics. While they should be testing whether the given implementation produces desired outcome (treating its implementation more as a black box).
_Current state of things is problematic for eventual internal improvements and refactors which occasionally we want t