-
Currently, a failure in the tests will be shown as a failure to update the lambda alias.
Is it possible to add the test function logs to the deploy log - so it will be easier to see what failed?
-
Hi,
I just did a clean install of latest Debian 7.1, python 2.7.3 and aws-cli 1.2.5 (installed via pip). Problem is that I cannot get the "aws help" command working. Just to be sure I installed the a…
-
Hello!
I'm running `aws cloudformation wait stack-update-complete` command and with or without --stack-name argument it fails with following error:
> peter@yoga:~$ aws cloudformation wait stack-upda…
-
One of the regressions after migrating to `systemd`.
-
I am following the example outlined [here](https://docs.aws.amazon.com/lambda/latest/dg/build-pipeline.html) but have modified this to work for a .net core solution vs. a node solution. I have added …
-
Tried to install 1.1.0 on Debian Wheezy but ran into some problems
cd ~
wget https://pypi.python.org/packages/source/s/setuptools/setuptools-1.1.6.tar.gz
tar zxf setuptools-1.1.6.tar.gz
sudo python s…
-
```
$ aws s3 rm s3://bucket/path/file.ext
string indices must be integers, not str
Completed 1 part(s) with ... file(s) remaining
```
This has been working fine for months, broke with the latest vers…
-
When I use a local java JAR in an AWS::Lambda::Function template
```
SomeFunction:
Type: AWS::Lambda::Function
Properties:
Code: target/somefunction-1.0-SNAPSHOT.jar
-
![image](https://user-images.githubusercontent.com/744792/41406662-e3125faa-6fc4-11e8-9344-0492dd7e4281.png)
jakeg updated
5 years ago
-
awscli raises `ImportError: No module named concurrent.futures` when `pip` installed on Ubuntu 14.04 with python 2.7.
```
# lsb_release -d
Description: Ubuntu 14.04.5 LTS
# python --version…