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
892 stars 662 forks source link

feat: Add example for S3 bucket access through VPC Endpoint #349

Closed luigidifraiawork closed 1 year ago

luigidifraiawork commented 1 year ago

Description

Added an example that shows how to allow a Lambda Function to write objects to an S3 bucket without Internet access, using an S3 Gateway Endpoint available within the VPC the Function is attached to.

Motivation and Context

Provide the community with a working example of the above-mentioned scenario.

Breaking Changes

Not aware of any.

How Has This Been Tested?

antonbabenko commented 1 year ago

This PR is included in version 4.1.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.