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 19,036 public repositories matching this topic...
-
Updated
Feb 3, 2021 - Python
-
Updated
Jan 28, 2021 - Python
-
Updated
Jan 30, 2021 - Shell
-
Updated
Feb 4, 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
Jan 27, 2021 - Python
-
Updated
Feb 4, 2021 - Java
-
Updated
Nov 18, 2020 - Go
Describe the bug
When a user signs in using Auth.signIn() the "signIn" event is registered multiple times in the Hub listener
To Reproduce
- Add a log inside the "signIn" event in the Hub.listener callback
- Open devtools
- Sign in using Auth.signIn()
- Notice there is at least 4 or more logs and the same amount of network calls
Expected behavior
The sign in event shou
Description:
I'd like to be able to specify the IAM role Path on either a function or globals.
Observed result:
Able to specify Path on a Function or Globals
Expected result:
Path is set on the implicitly created IAM roles
-
Updated
Feb 4, 2021 - Go
-
Updated
Feb 3, 2021 - Python
-
Updated
Feb 3, 2021 - Go
## 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
Feb 3, 2021 - Go
-
Updated
Jan 30, 2021 - TypeScript
-
Updated
Feb 4, 2021 - JavaScript
When I try to update a new lambda layer version, the old version disappear
Reproduction Steps
const layer = new lambda.LayerVersion( stack, "my_layer", {
code: lambda.Code.fromAsset(path.join(__dirname, "./path/to/lib/nodejs.zip")),
compatibleRuntimes: [lambda.Runtime.NODEJS_12_X]
});
const lambda = new lambda.F
-
Updated
Dec 4, 2020 - Python
-
Updated
Feb 1, 2021 - Shell
-
Updated
Feb 4, 2021 - Python
Community Note
- Please vote on this issue by adding a
👍 reaction to the original issue to help the community and maintainers prioritize this request - Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do
-
Updated
Dec 23, 2020 - Python
Coming from: aws ec2 describe-reserved-instances
The idea behind error hooks is to execute arbitrary shell commands when a terraform command returns an error.
Example syntax would be similar to before_hook and after_hook with required properties commands and execute and instead of run_on_error a different property on_errors would be required that would describe a list of errors on which should the hook run, described in the same
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia

Use case description
AWS recently announced support for Amazon MQ as an event source for AWS Lambda. Reference article: https://aws.amazon.com/blogs/compute/using-amazon-mq-as-an-event-source-for-aws-lambda/
Proposed solution
Introduce a new event type,
mq, that will allow to use Amazon MQ as an event source forfunctionsdefined with Serverless Framework. General implementati