├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── LambdaRedshiftDataApiETL.py ├── LambdaRedshiftDataApiETLRole.json ├── LambdaSetupRedshiftObjects.py ├── README.md ├── event-driven-redshift-pipeline.yaml ├── images ├── architecture.png ├── cfn_params.png ├── output-email-from-sns.png ├── output-logs.png └── output-redshift-console.png └── resources ├── EventBridgeRedshiftEventRule.txt ├── EventBridgeScheduledEventRule.txt └── RedshiftNotificationTopicSNS.txt /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/LICENSE -------------------------------------------------------------------------------- /LambdaRedshiftDataApiETL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/LambdaRedshiftDataApiETL.py -------------------------------------------------------------------------------- /LambdaRedshiftDataApiETLRole.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/LambdaRedshiftDataApiETLRole.json -------------------------------------------------------------------------------- /LambdaSetupRedshiftObjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/LambdaSetupRedshiftObjects.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/README.md -------------------------------------------------------------------------------- /event-driven-redshift-pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/event-driven-redshift-pipeline.yaml -------------------------------------------------------------------------------- /images/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/images/architecture.png -------------------------------------------------------------------------------- /images/cfn_params.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/images/cfn_params.png -------------------------------------------------------------------------------- /images/output-email-from-sns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/images/output-email-from-sns.png -------------------------------------------------------------------------------- /images/output-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/images/output-logs.png -------------------------------------------------------------------------------- /images/output-redshift-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/images/output-redshift-console.png -------------------------------------------------------------------------------- /resources/EventBridgeRedshiftEventRule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/resources/EventBridgeRedshiftEventRule.txt -------------------------------------------------------------------------------- /resources/EventBridgeScheduledEventRule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/resources/EventBridgeScheduledEventRule.txt -------------------------------------------------------------------------------- /resources/RedshiftNotificationTopicSNS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-lambda-redshift-event-driven-app/HEAD/resources/RedshiftNotificationTopicSNS.txt --------------------------------------------------------------------------------