terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
909 stars 682 forks source link

feat: Add invoke_mode input #446

Closed heypiotr closed 1 year ago

heypiotr commented 1 year ago

Description

Adds suport for the recently-introduced invoke_mode argument on the aws_lambda_function_url resource: https://github.com/hashicorp/terraform-provider-aws/pull/30547

Motivation and Context

Setting invoke_mode to RESPONSE_STREAM allows streaming responses via the lambda's Function URL.

More about the brand-new Lambda response streaming: https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/

Breaking Changes

None.

How Has This Been Tested?

antonbabenko commented 1 year ago

This PR is included in version 4.15.0 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.