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,605 public repositories matching this topic...
-
Updated
May 1, 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 3, 2022 - Python
-
Updated
Apr 26, 2022 - Shell
-
Updated
Apr 29, 2022 - Python
-
Updated
May 1, 2022 - Go
-
Updated
May 1, 2022 - Jinja
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 25, 2022 - Go
-
Updated
Apr 29, 2022 - Java
-
Updated
Apr 27, 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 to i
Describe the bug
In CDK it states Unit.NONE
means "No unit", but it results in "None" instead of "No unit" (and no data is returned when Unit == None) .
Expected Behavior
The documentation states Unit.NONE
means "No unit", so it is expected that when using Unit.NONE
in CDK stack for alarm, the unit will be "No unit".
Current Behavior
In CDK it states Unit.NONE
means "No u
-
Updated
Sep 27, 2021 - Go
-
Updated
Apr 26, 2022 - Python
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 30, 2022 - Go
-
Updated
May 1, 2022 - Shell
-
Updated
Apr 29, 2022 - Go
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
May 1, 2022 - Jupyter Notebook
-
Updated
Dec 4, 2020 - Python
We are very interested in a a usage file feature. Currently, the breakdown command supports specifying it as a parameter. It brings additional complexity to our CI pipeline, as we try to use the same Terraform code for different environments (dev/qa/prod). And obviously, different environments produce different usage.
So to make
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Apr 26, 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/
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia
Is there an existing issue for this?
Use case description
Currently, we have websocket-related properties configured directly on
provider
level:provider.websocketsApiName
provider.websocketsApiRouteSelectionExpression
provider.websocketsDescription
This is not consistent with how
iam
,httpApi
or