Skip to content

Releases: jonmatum/terraform-aws-serverless-modules

v3.1.2

03 Mar 21:10
7fcd163

Choose a tag to compare

3.1.2 (2026-02-27)

Bug Fixes

  • lambda-function: remove duplicate ECR login from deploy script (2c66d57)

v3.1.0

27 Feb 01:34
16b768a

Choose a tag to compare

3.1.0 (2026-02-27)

Features

  • add SQS and SNS examples (6698b7f)
  • add SQS and SNS modules (8a6393c)
  • agentcore-full: add SQS queue integration for async processing (863f042)
  • agentcore: add comprehensive AgentCore example with all capabilities (d094c79)
  • agentcore: implement proper MCP JSON-RPC protocol (c13d225)
  • agentcore: make all advanced features optional (9b73688)
  • lambda: add production-ready Lambda module with monitoring and reliability features (9676f89)
  • sqs-queue: add comprehensive example with FIFO queue and DLQ (522b50c)

Bug Fixes

  • agentcore-full: configure Lambda MCP for gateway compatibility (04816bf)
  • agentcore: add random suffix to gateway target name to avoid conflicts (bf186e5)
  • agentcore: disable gateway targets and fix actions image tag (6c8a7fd)
  • agentcore: improve deploy script and document OpenSearch requirement (2662fc4)
  • agentcore: update deploy script to match standard format (dd28708)
  • api-gateway-v1: remove unused alb_listener_arn variable (09a718e)
  • standardize deploy scripts and convert diagrams to mermaid (db3c411)

v3.0.0

26 Feb 17:45
34e807e

Choose a tag to compare

3.0.0 (2026-02-26)

⚠ BREAKING CHANGES

  • Restructured ecs-app example with separate terraform/ and app/ directories

Documentation

  • improve Terraform Registry compatibility and architecture documentation (350b88b)

v2.1.0

26 Feb 14:39
559d60e

Choose a tag to compare

2.1.0 (2026-02-26)

Features

  • mcp-agent-runtime: update MCP server to use proper SDK schemas and unified endpoint (460bcff)

v2.0.1

26 Feb 14:15
2929de1

Choose a tag to compare

2.0.1 (2026-02-26)

Bug Fixes

  • openapi-rest-api: use Docker for OpenAPI generation and fix schema conversion (caebdc7)

v2.0.0

26 Feb 02:12
890e57a

Choose a tag to compare

2.0.0 (2026-02-26)

⚠ BREAKING CHANGES

  • api-gateway-v1: Module now requires vpc_id and alb_arn when using OpenAPI mode with ALB
  • api-gateway: api-gateway-v1 now requires alb_arn, vpc_id, and health_check_path when using OpenAPI mode with ALB

Features

  • ecs-app: add deployment scripts for Docker image build and push (54114c7)
  • examples: add crud-api-http with optimized HTTP API (v2) (6558e39)

Bug Fixes

  • add cluster_name outputs to all examples for deployment scripts (b72d474)
  • api-gateway-v1: implement NLB-to-ALB bridge for REST API VPC Link (a96e513)
  • api-gateway: correct VPC Link architecture and health checks (f8c0ca6)
  • crud-api-rest: update example for api-gateway-v1 module changes (2803e2e)
  • ecs-app: create ECR repository before pushing image (ef53816)
  • ecs-app: simplify deploy script (c2d34ae)
  • ecs: add cluster_name output to ECS module (268109e)
  • examples: correct deployment scripts for cross-platform compatibility and proper deployment order (2132174)

v1.0.0

25 Feb 23:36
062ea0d

Choose a tag to compare

1.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • mcp-agent-runtime: Requires AWS provider >= 6.18.0 for AgentCore resources
  • Removed internal documentation files (CRUD_COMPLETE, IMPLEMENTATION_SUMMARY, etc.)

Features

  • add API Gateway multi-service example with smart deployment scripts (fe05d18)
  • add OpenAPI schema-driven API Gateway examples for v1 and v2 (330c4c1)
  • add REST API Gateway (v1) module and example (85cdb6c)
  • add root-level release tracking (7126c92)
  • mcp-agent-runtime: add AWS Bedrock AgentCore Gateway integration (6519028)
  • upgrade to AWS Provider v6.0 and implement AgentCore Gateway (3aa1177)

Bug Fixes

  • ci: add api-gateway modules to release manifest (706e263)
  • ci: simplify release-please config for Terraform Registry (6ea403d)
  • ci: update bootstrap SHA to include all feature commits (96aa5bb)
  • ci: use full SHA for bootstrap commit (27f573f)
  • deps: update all dependencies to resolve security vulnerabilities (4632351)
  • deps: update dependencies to resolve security vulnerabilities (6a2b242)

Documentation

  • streamline documentation for user clarity (b7faaea)