- Removes layer references in favor of the automated terraform-aws-lambda requirements management which removes the requirement for the use of an external lambda layer and the region variable
- Removes cloudwatch log group and IAM permissions associated with it in favor of the terraform-aws-lambda's handling of these resources.
- Updates lambda python runtime from 3.8 to 3.9
- Addresses issue with the addition of the additional_iam_policy_statements input variable
- Adds outputs.tf
- Fix provider warning
Special thanks to @irasnyd @userhas404d