Skip to content

Commit

Permalink
chore(aws-lambda) remove Makefile, update KONG_TAG and add Travis C…
Browse files Browse the repository at this point in the history
…I badge (#7)

* chore(aws-lambda) remove Makefile

* chore(aws-lambda) update `KONG_TAG`

* docs(aws-lambda) re-add Travis CI badge
  • Loading branch information
Murillo Paula authored Oct 22, 2019
1 parent 9614fff commit 60433df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
- CASSANDRA_BASE=2.2.12
- CASSANDRA_LATEST=3.9
- KONG_REPOSITORY=kong
- KONG_TAG=master
- KONG_TAG=next
- DOWNLOAD_CACHE=$HOME/download-cache
- INSTALL_CACHE=$HOME/install-cache
- DOWNLOAD_ROOT=$HOME/download-root
Expand Down
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status][badge-travis-image]][badge-travis-url]

# kong-plugin-aws-lambda

Invoke an [AWS Lambda](https://aws.amazon.com/lambda/) function from Kong. It can be used in combination with other request plugins to secure, manage or extend the function.
Expand Down Expand Up @@ -135,3 +137,6 @@ Here's a list of all the parameters which can be used in this plugin's configura
## Notes

When the IAM roles are used (default, if no `aws.key` / `aws.secret` is provided), the plugin will first try ECS metadata, and if not available it will fallback on EC2 metadata.

[badge-travis-image]: https://travis-ci.com/Kong/kong-plugin-aws-lambda.svg?branch=master
[badge-travis-url]: https://travis-ci.com/Kong/kong-plugin-aws-lambda

0 comments on commit 60433df

Please sign in to comment.