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,722 public repositories matching this topic...
-
Updated
May 7, 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
May 6, 2022 - Shell
-
Updated
May 6, 2022 - Python
-
Updated
May 7, 2022 - Go
-
Updated
May 7, 2022 - Jinja
-
Updated
Apr 22, 2022 - Python
-
Updated
May 7, 2022 - Go
-
Updated
May 7, 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 issue
Example shown in https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_iam.AccessKey.html:
// Creates a new IAM user, access and secret keys, and stores the secret access key in a Secret.
const user = new iam.User(this, 'User');
const accessKey = new iam.AccessKey(this, 'AccessKey', { user });
const secretValue = secretsmanager.SecretStringValueBeta1.fromTo
-
Updated
Sep 27, 2021 - Go
-
Updated
May 7, 2022 - Python
-
Updated
May 6, 2022 - TypeScript
-
Updated
Apr 30, 2022 - Go
-
Updated
May 1, 2022 - Shell
-
Updated
May 7, 2022 - Go
-
Updated
May 6, 2022 - JavaScript
-
Updated
May 6, 2022 - Jupyter Notebook
-
Updated
Dec 4, 2020 - Python
Add estimation support for azurerm_iothub
resources, e.g. from here: https://azure.microsoft.com/en-us/pricing/details/iot-hub/
Each SKU has a defined limit of messages per day per hub unit - so estimating this resource based solely on hub unit capacity should be sufficient - this is what the Azure pricing calculator does.
Cost details
Paid resources:
azurerm_iothub
-
Updated
May 7, 2022 - TypeScript
-
Updated
May 4, 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