Skip to content

Commit

Permalink
Update lambda (#12)
Browse files Browse the repository at this point in the history
* update all the things

* update test dependencies

* @cfn-modules/lambda-layer is now deprecated

* update dependencies
  • Loading branch information
michaelwittig committed Mar 5, 2019
1 parent 4a42e05 commit c75b3b0
Show file tree
Hide file tree
Showing 46 changed files with 21,310 additions and 30,015 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,8 @@ language: python
python:
- '2.7'
install:
- 'pip install yamllint==1.13.0'
- 'pip install cfn-lint==0.11.1'
- 'pip install yamllint==1.15.0'
- 'pip install cfn-lint==0.14.0'
script:
- 'find examples -type f -name ''example.yml'' | while read file; do set -ex && yamllint "$file"; done;'
- 'find examples -type f -name ''example.yml'' | while read file; do set -ex && cfn-lint -t "$file"; done;'
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -179,7 +179,6 @@ Check out the [examples](./examples/) folder to see all examples.
* [lambda-event-source-sqs-queue](https://github.com/cfn-modules/lambda-event-source-sqs-queue)
* [lambda-event-source-webhook](https://github.com/cfn-modules/lambda-event-source-webhook)
* [lambda-function](https://github.com/cfn-modules/lambda-function)
* [lambda-layer](https://github.com/cfn-modules/lambda-layer)
* RDS
* [rds-aurora-serverless](https://github.com/cfn-modules/rds-aurora-serverless)
* [rds-mysql](https://github.com/cfn-modules/rds-mysql)
Expand Down
3,652 changes: 1,516 additions & 2,136 deletions examples/asg-singleton-ssm/test/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/asg-singleton-ssm/test/package.json
@@ -1,9 +1,9 @@
{
"private": true,
"dependencies": {
"eslint": "5.6.0",
"ava": "0.25.0",
"@cfn-modules/test": "0.3.0"
"eslint": "5.14.0",
"ava": "1.2.1",
"@cfn-modules/test": "0.5.1"
},
"scripts": {
"test": "eslint . && ava -c 4 *.js"
Expand Down
6 changes: 3 additions & 3 deletions examples/ec2-ebs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/ec2-ebs/package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@cfn-modules/alerting": "1.0.1",
"@cfn-modules/vpc": "1.1.0",
"@cfn-modules/ebs-volume": "1.0.0",
"@cfn-modules/ebs-volume": "1.1.0",
"@cfn-modules/ec2-instance-amazon-linux": "1.4.0"
}
}
3,704 changes: 1,535 additions & 2,169 deletions examples/ec2-ebs/test/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/ec2-ebs/test/package.json
@@ -1,9 +1,9 @@
{
"private": true,
"dependencies": {
"eslint": "5.6.0",
"ava": "0.25.0",
"@cfn-modules/test": "0.3.0"
"eslint": "5.14.0",
"ava": "1.2.1",
"@cfn-modules/test": "0.5.1"
},
"scripts": {
"test": "eslint . && ava -c 4 *.js"
Expand Down

0 comments on commit c75b3b0

Please sign in to comment.