Skip to content

Releases: crisboarna/terraform-aws-api-gateway-lambda-dynamodb

Terraform AWS API Gateway Lambda DynamoDB IAM Fix

07 Jun 19:19
Compare
Choose a tag to compare
  • Fixed IAM Policy count conditional logic

Terraform AWS API Gateway Lambda DynamoDB Flexible IAM Policies

07 Jun 19:10
Compare
Choose a tag to compare
  • Exposed DynamoDB Policy Actions to be user defined
  • Modified Lambda permissions from all tables to tables created by this module
  • Addition of other permissions possible through exposure of Lambda Role

Terraform AWS API Gateway Lambda DynamoDB Table ARN Exposure

06 Jun 18:52
Compare
Choose a tag to compare
  • Exposed DynamoDB tables ARNs for fine grained policy permissions

Terraform API Gateway Lambda DynamoDB Range Keys Exposure

31 May 14:00
Compare
Choose a tag to compare
  • Exposed range_key for every created table to be used in other modules

Terraform API Gateway Lambda DynamoDB Hash Keys Exposure

31 May 12:10
Compare
Choose a tag to compare
  • Exposed DynamoDB tables hash_key to allow usage in other modules

Terraform API Gateway Lambda DynamoDB Names Exposure

31 May 11:01
Compare
Choose a tag to compare
  • Exposed names to allow aws_dynamodb_table_item entries to be used with each table

Terraform API Gateway Lambda DynamoDB Properties & Attributes Exposure

31 May 04:12
Compare
Choose a tag to compare
  • Exposed DynamoDB configurations to be set by user

Terraform API Gateway Lambda DynamoDB IAM Fix

24 May 08:01
Compare
Choose a tag to compare

Terraform API Gateway Lambda DynamoDB S3 exposure

24 May 06:32
Compare
Choose a tag to compare
  • Exposed Lambda S3 bucket to allow usage in other scripts for storage as well

Terraform API Gateway Lambda DynamoDB expandable Lambda Role Policy

23 May 18:21
Compare
Choose a tag to compare
  • Exposed Lambda Role ARN to allow addition of new aws_iam_role_policy_attachment entries
  • Renamed output variables to be of consistent style with rest of project and Terraform as a whole