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 18,964 public repositories matching this topic...
-
Updated
Jan 30, 2021 - Python
-
Updated
Jan 28, 2021 - Python
-
Updated
Jan 25, 2021 - Shell
-
Updated
Jan 30, 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
Jan 30, 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
Jan 30, 2021 - Go
-
Updated
Jan 29, 2021 - Python
-
Updated
Jan 28, 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
Jan 26, 2021 - Go
-
Updated
Jan 18, 2021 - TypeScript
-
Updated
Jan 29, 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
Jan 12, 2021 - Shell
-
Updated
Jan 30, 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
-
Updated
Jan 18, 2021 - Python
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