├── 01 └── guidance.txt ├── 02 └── guidance.txt ├── 03 ├── guidance.txt ├── lambda_function.py └── lambda_permissions.json ├── 04 ├── guidance.txt ├── lambda_function.py └── lambda_permissions.json ├── 05 ├── consolidate_events.sh ├── delete_failed_rule.sh ├── guidance.txt ├── role_permission_template.json └── role_trust_policy.json ├── 06 └── guidance.txt ├── 07 └── guidance.txt └── README.md /01/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/01/guidance.txt -------------------------------------------------------------------------------- /02/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/02/guidance.txt -------------------------------------------------------------------------------- /03/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/03/guidance.txt -------------------------------------------------------------------------------- /03/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/03/lambda_function.py -------------------------------------------------------------------------------- /03/lambda_permissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/03/lambda_permissions.json -------------------------------------------------------------------------------- /04/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/04/guidance.txt -------------------------------------------------------------------------------- /04/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/04/lambda_function.py -------------------------------------------------------------------------------- /04/lambda_permissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/04/lambda_permissions.json -------------------------------------------------------------------------------- /05/consolidate_events.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/05/consolidate_events.sh -------------------------------------------------------------------------------- /05/delete_failed_rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/05/delete_failed_rule.sh -------------------------------------------------------------------------------- /05/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/05/guidance.txt -------------------------------------------------------------------------------- /05/role_permission_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/05/role_permission_template.json -------------------------------------------------------------------------------- /05/role_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/05/role_trust_policy.json -------------------------------------------------------------------------------- /06/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/06/guidance.txt -------------------------------------------------------------------------------- /07/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/07/guidance.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/aws-event-driven/HEAD/README.md --------------------------------------------------------------------------------