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 27,687 public repositories matching this topic...
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When running batch-write-item
and request-items
is missing the primary key and/or the sort key for a given table it returns 500
meaning that any sdk
will try again before exhausting retries and hiding the true ValidationException
error.
Expected Behavior
Return `ValidationExce
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 1, 2022 - Go
-
Updated
Jun 13, 2022 - Shell
-
Updated
Jun 30, 2022 - Python
-
Updated
Jul 1, 2022 - Jinja
-
Updated
Jun 28, 2022 - Python
Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i
-
Updated
Jul 1, 2022 - Java
-
Updated
Jun 25, 2022 - Python
Describe the feature
Currently, the above is not possible as the text is hardcoded here https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-apigateway/lib/restapi.ts#L557
Use Case
Customer has a pipeline that deploys an api gateway holding multiple resources. They would like to be able to set the description (check the attached screenshot) per deployment. From inside thei
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
Jun 18, 2022 - TypeScript
-
Updated
Jun 30, 2022 - Python
-
Updated
Jun 27, 2022 - Go
-
Updated
Jun 14, 2022 - Go
-
Updated
Jun 26, 2022 - Shell
-
Updated
Jun 27, 2022 - Go
-
Updated
Jul 1, 2022 - TypeScript
azurerm_app_service is being deprecated in favor of
-
Updated
Jun 30, 2022 - JavaScript
-
Updated
Jun 30, 2022 - Jupyter Notebook
-
Updated
Dec 4, 2020 - Python
-
Updated
Jun 30, 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