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 14,068 public repositories matching this topic...
When running a sync command like
aws s3 sync s3://bucket ./my/path --exact-timestampwill re-download files every single time if i am pulling from localstack s3 but when i run it on a real s3 bucket it will do the first sync and then not again until the file
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
With v1 of the awscli I'm able to make a command call like:
aws kafka create-configuration --name "Test2" --kafka-versions "2.3.1" --server-properties file://configuration.txt
However, with v2, running the same command the awscli returns an error of:
An error occurred (BadRequestException) when calling the CreateConfiguration operation: [ {
"name" : "j�hr����h�',zv���k��^��^��bq
-
Updated
Apr 4, 2020 - Makefile
-
Updated
Dec 18, 2019 - 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
It would be great to add regex capabilities to redirects like so:
redirects: {
"/folder/:slug(regexhere)": {
"location": "https
-
Updated
Apr 5, 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_
Description:
Immutable AWS::Cognito::UserPool properties are not supported in the SAM translator.
Reference Documentation links:
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
link demos to docs
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
Describe the bug
Translate documentation refers incorrectly to 'what-is-languages' several times, which is actually an in-page link on the API documentation. I suspect boto3 is not generating links to documentation correctly for translate.
Steps to reproduce
Go to [the documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/translate.html#Translate.Cl
## 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
if I understood it corretly from README.MD, we can install like this:
$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx
and later when we need datastores, we run
$ cd ~/dev-setup
$ ./.dots datastores
I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but
What is the problem?
I've succesfully installed Gitea using the one-click install on a fresh install of CapRover. When I try to install drone-gitea using the one-click Install, I get the following error at the 7th step: "Failed: Error: Request failed with status code 500" .
If applicable, content of captain-definition file:
N/A
Steps to reproduce the problem:
- Install Gitea
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
Coming from: aws ec2 describe-reserved-instances
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.
Some command outputs don't look great on a dark background:
Originally reported in donnemartin/saws#18 by @sesas
❓ Can you add a mthod to import an existing cloud trail into the stack?
The Question
Can you add an import/lookup method to the trail construct?
I have been tasked with multiple projects to fire to lambda based on cloud trail events. Each time I have had to create a new trail because thre is no lookup method. Is there currently a work around? We have already reached out ha
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
Multiple CLI environments can be created with cortex configure -e <environment_name>. Adding cortex commands to list the available environments and delete them would help with CLI environment management.
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