- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKEN. - Docker
localstackCLIawslocalCLI- Terraform
makeandjq
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start
make ready- Clone this repo and
cdinto its working directory - Install the following tools:
- Start LocalStack in the foreground so you can watch the logs:
docker compose up - Open another terminal window and
cdinto the same working directory - Create the resource and trigger the invocation of the lambda:
./run.sh - Start a Kibana instance pointing towards the elasticsearch instance:
docker run --rm -p 5601:5601 -e "ELASTICSEARCH_HOSTS=http://172.17.0.1:4510" docker.elastic.co/kibana/kibana:7.10.0 - Browse the data in your Kibana instance: http://localhost:5601