Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

HTTP API with Kinesis Stream integration

LocalStack AWS

This template creates an HTTP API that forwards the request body to a Kinesis stream using integration subtype "Kinesis Put Record".

Prerequisites

Start LocalStack

export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start
make ready

Run

./run.sh

Notes

Use tfswitch or tfenv to install the required provider version