https://github.com/andeemarks/lambda-kong
https://github.com/andeemarks/lambda-kong
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andeemarks/lambda-kong
- Owner: andeemarks
- Created: 2019-05-14T07:08:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T10:24:06.000Z (over 6 years ago)
- Last Synced: 2025-02-01T03:08:23.022Z (11 months ago)
- Language: JavaScript
- Size: 7.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
* [Terraform](https://www.terraform.io/downloads.html) (tested on v0.11.13)
* The [AWS command line tools](https://aws.amazon.com/cli/) (tested on 2.454.0)
* An [AWS access key pair](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys) for your AWS account
# Installation
1. Clone this repository
1. Change into the directory containing this cloned repository
1. ```terraform init```
1. ```terraform apply``` (with ```aws_access_key_id``` and ```aws_secret_access_key``` as provided as environment variables or interactively)