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 22,415 public repositories matching this topic...
-
Updated
Sep 5, 2021 - Python
-
Updated
May 13, 2021 - Python
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
-
Updated
Sep 3, 2021 - Shell
-
Updated
Sep 3, 2021 - Python
FEATURE REQUEST:
Hi,
I see that there is nothing in the kargo repo related to docker login
stuff and more precisely nothing about the ability to make kubernetes pull images from private registries such as ECR.
I have a solution for this that currently works for ECR and CoreOS and that could be extended to different registries solutions (azure one, custom private registry on premi
-
Updated
Sep 4, 2021 - Go
-
Updated
Aug 17, 2021 - Python
-
Updated
Sep 3, 2021 - Java
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
Nov 18, 2020 - Go
-
Updated
Aug 25, 2021 - Python
-
Updated
Sep 2, 2021 - Go
-
Updated
Sep 2, 2021 - Python
-
Updated
Sep 2, 2021 - Go
Description
Add CLI bash completion of APIs and environments. Environments is lower priority.
Additional Context
- The operator will need an endpoint to provide the list of APIs. Which env to use? Pull it from the still-being-typed command (e.g. if
--env aws
is typed already)? - Env names can be read from the CLI config
- [Cobra docs](https://github.com/spf13/cobra/blob/master
-
Updated
Sep 4, 2021 - TypeScript
Doing something like the following:
const api = /* create api */
api.addLambdaDataSource(
"lambda-name-ds",
/* lambda */,
);
does not remove the -
from the id name, causing the deploy to fail with:
Property validation failure: [Value for property {/Name} does not match pattern {[_A-Za-z][_0-9A-Za-z]*}]
And if we look at the resulting stac
-
Updated
Sep 5, 2021 - Shell
-
Updated
Dec 4, 2020 - Python
-
Updated
Sep 5, 2021 - Jupyter Notebook
-
Updated
Sep 4, 2021 - Python
-
Updated
Sep 5, 2021 - Go
-
Updated
Dec 23, 2020 - Python
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia
Use case description
Currently, configuring a function to be executed at multiple schedules requires multiple event entries, each of them potentially specifying additional properties (e.g. enabled, input):