This Lambda function reads the Kinesis Firehose records as Input, decrypt the log records using KMS key, unzip the records and then categories the event type into S3 folder structure. When you enable DAS on Aurora, it create a Kinesis streams for you.
.
├── README.MD <-- This instructions file
├── lambda_function.py <-- Source code for a lambda function
└── requirements.txt <-- Lambda dependencies
├── template.yaml <-- SAM template
- AWS CLI already configured with Administrator permission
- SAM CLI - Install the SAM CLI
- docker Install Docker community edition
- Python3.8 installed
This can all be deployed with AWS SAM.
$ sam build
$ sam deploy --guided
See Serverless Application Model (SAM) HOWTO Guide for more details in how to get started.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.