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 13,371 public repositories matching this topic...
Despite ReturnValues being set to ALL_OLD, the written attributes are returned. Expected behavior is null returned when the item didn't previously exist. Logs from Java client below. Actual data being written/returned has been edited.
01:08:34.907 [DataService-akka.actor.default-dispatcher-74] DEBUG com.amazonaws.request - Sending Request: POST http://localstack:4569 / Headers: (User
"Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easi
v2 is not shipping aws_zsh_completer.sh like v1 did.
Doc is not up-to-date https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-completion.html
zsh completion is important because zsh is the default shell on Mac OS 15 (Catalina)
-
Updated
Feb 19, 2020 - Makefile
-
Updated
Feb 18, 2020 - Go
Niche Guides
Along with the General Guides, it might be helpful to add a niche guide section, which is broken down by AWS service. Happy to issue a PR with some quality tutorials as an example.
Prerequisites
- I am running the latest version. (
up upgrade) - I searched to see if the issue already exists.
- I inspected the verbose debug output with the
-v, --verboseflag. - Are you an Up Pro subscriber?
Description
Currently the TLS version defaults to 1.0. I have to manually upgrade it to 1.2. So it would be nice if it could be specifed in the custom
-
Updated
Feb 19, 2020 - Java
https://gocloud.dev/howto/blob/open-bucket/#prefix
Comment from @vangent: "I think we can drop this section and just leave it in the godoc. Thoughts?"
Originally posted in google/go-cloud@ff6e56c_
Describe the bug
On Firefox with amplify-js-vue. Since the only trigger event of UserNameField inputs is v-on:keyup, select a value from the firefox autofill dropdown only with mouse doesn't call the usernameChanged function.
To Reproduce
Steps to reproduce the behavior:
- Click in username input
- Click on a saved username from the Firefox autofill dropdown
Link to
Handling Private API gateway resource policy as long with lambda policy when using chalice deploy
Hello!
I have updated to the new chalice release 1.11.0. I have seen that there are two tickets related with my request:
aws/chalice#976
aws/chalice#897
I would like to handle both lambda and API gateway Resource policy in the same file.
When I ran the
chalice deploy --no-autogen-policy
I bumped in:
**chalice.deploy.deployer
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- I've gone though Developer Guide and API reference
- I've checked AWS Forums and StackOverflow f
Please fill out the sections below to help us address your issue.
Version of AWS SDK for Go?
Any
Version of Go (go version)?
1.13.4
What issue did you see?
CloudFormation.DescribeStacks says that it will return an AmazonCloudFormationException if the stack does not exist, but there is no trace of this exception in the code.
e.g.
DescribeStacks API opera
Sometimes you really need to go check the online documentation for the commands you are trying to run. Having a native shortcut to open the browser with the relevant page would be a good feature addition to this great tool.
For example s3 ls help or s3 ls docu should open the S3 ls cli page in the browser.
Thanks
When I run this, it just seems to return many hundreds of items. "MaxKeys" seems to only change the number fetched at once.
The only thing that works is putting a "limit" parameter, which doesn't appear in the documentation.
session = boto3.session.Session(profile_name="XXXX")
s3 = session.resource("s3")
bucket = s3.Bucket("XXXX")
u = bucket.objects.filter(-
Updated
Feb 19, 2020 - Python
Hi,
It would great if there was documentation on the steps taken by sam build. My concrete use case is that I'd like to know how it finds and installs packages for Python Lambda functions so I can figure out the best way to structure my project. More specifically, does it just do a pip install -r and copies the source files or does it build my package with setuptools?
Thanks!
(Edit
-
Updated
Feb 19, 2020 - TypeScript
Today we have multiple code generators - one for tfgen, one for our Kubernetes provider, and several providers that have had to be hand written in every language because they do not fit either of the above.
Logically, these are all the same, and are tightly constrained by the need to represent the Pulumi resource model in the target language.
We plan to introduce a common intermediate sche
## 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
Coming from: aws ec2 describe-reserved-instances
Per #68, and specifically this comment by @donnemartin, it would seem this project is, or means to, deprecate in favor of aws-shell
I still see folks open issues & PRs for this, and perhaps the time has come to place a deprecation notice at the top of the README to discourage that.
This is not an issue but a problem of ASUS routers which I spent a lot of time to understand and nice to be reflected in FAQ.
Asus Routers do not support Tls-crypt.
In such case they throw error:
Options error: No closing quotation (") in config.ovpn:46
To fix it is need to go to custom encryption setting during setup and choose TLS Auth.
Like StateMachine#grantStartExecution, be able to have a StateMachine#grantDescribeExecution
Use Case
In order to improve readability and have a standard way of give permissions over a StateMachine
As a devops
I'll want to give permission to describe an execution to an aws resource
Description of issue:
This doc: https://github.com/Netflix/security_monkey/blob/develop/docs/update.md
states the required libraries/modules needed in order to pull data from GCP, however after installing the latest version I was unable to receive any data from GCP, while monitoring the workers I noticed some errors (which were marked as INFO for some reason) , these errors stated the lack
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
Released March 2006
- Organization
- aws
- Website
- aws.amazon.com
- Wikipedia
- Wikipedia

Bug Report
Per the instructions on the dashboard
[https://dashboard.serverless.com/tenants/{username}/applications/{application-name}/overview]
I attempted to set the org and app names via the command line.
serverless login<-- this command workedserverless —org [username] —app [application name]which returns Serverless command -org not found.
I have never set the org or