Skip to content
aws logo

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 11,897 public repositories matching this topic...

dead10ck
dead10ck commented May 30, 2019

In the help page for the aws sqs receive-message command, it says:

       --wait-time-seconds (integer)
          The duration (in seconds) for which the call waits for a message  to
          arrive in the queue before returning. If a message is available, the
          call returns sooner than WaitTimeSeconds . If no messages are avail-
          able  and  the wait time expires, t
sermilrod
sermilrod commented May 19, 2017

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

kevinsimper
kevinsimper commented May 21, 2018

What would be the minimal IAM Policy for deploying, I know the policy on the website, but that has also access to EC2 and is quite broad. For example I would not need to control a domain from there.

Like it would be a role that you could put on Travis-CI and not worry about them deleting your EC2 instances.

I tried deleting everything other than Lambda, API Gateway and S3, but then I began

aayush1141988
aayush1141988 commented Sep 27, 2019

I recently ran into an issue where resource policy on my API was getting updated but was not effective. So essentially a new deployment was not being created by SAM. It's because SAM processes the template before any mapping substitutions and according to SAM nothing changed and it doesn't generate a deployment. However, cloud-formation does the substitutions and updates the API. So you see update

cliffordh
cliffordh commented Jun 20, 2019

Using the query parameter name "code" causes "invalid_grant" error due to the Amplify listener attempting to validate the parameter as an OAuth code. Might make sense to namespace the code parameter to "awscode" or even validate that the code value looks like an OAuth response code before throwing an error.... took a few hours to debug this.

tvogel8570
tvogel8570 commented Jun 25, 2019

Goal
I want to minimize the external dependencies in my Lambda code (node.js) as much as possible. I expect this to reduce the size, increase the speed and minimize regression when external libraries change.

Background
My solution needs to call external to AWS REST endpoints, retrieve the results and do further processing on those requests. I hope to use the AWS SDK method Service

hauboldj
hauboldj commented May 15, 2017

I'm in the preview for a new AWS service, and have added the cli models for that service. I get the following error when running aws-shell.

$ aws-shell
First run, creating autocomplete index...
Traceback (most recent call last):
  File "/usr/local/bin/aws-shell", line 9, in <module>
    load_entry_point('aws-shell==0.1.1', 'console_scripts', 'aws-shell')()
  File "/Library/Python/2.7/si

macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.

  • Updated Oct 14, 2019
  • 356 commits
  • Python
cheesuslovesme
cheesuslovesme commented Oct 25, 2017

It sure would be great if the docs would list:

  1. Which resources SM will watch and audit
  2. All of the checks that are available out of the box

In order to find an answer to the second question I had to search through all of the auditor modules and count the individual check methods. By my count there are 152 checks all together, but that could easily be incorrect.

pulumi
melbourne2991
melbourne2991 commented Apr 18, 2019

I'm a bit confused about the registerOutputs call and what actually is considered an output.
The current documentation says this:

Components can define their own properties using registerOutputs. The Pulumi engine uses this information to display the logical outputs of the component. The call to registerOutputs also tells Pulumi that the resource is done registering children and should be c

Learn about aws

Organization
aws
Website
aws.amazon.com
Wikipedia
Wikipedia

Related topics

See more topics
amazon
You can’t perform that action at this time.