Serverless MSK proof of concept, using scala as much as possible
HTTP endpoint -> API Gateway -> lambda -> MSK queue -> lambda -> dynamo-db
- API Gateway
- Lambda backing for the API gateway
- Putting some data based on the API request into Kafka
- An async workflow based on a Lambda with a Kafka trigger, which places the data into dynamodb
- Custom domain name for the API Gateway
- Connection to datadog
cdk ls
list all stacks in the appcdk synth
emits the synthesized CloudFormation templatecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk docs
open CDK documentation
Enjoy!