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
911 stars 683 forks source link

fix: Properly construct poetry commands when not using docker for building package #420

Closed pdecat closed 1 year ago

pdecat commented 1 year ago

Description

This PR fixes building packages with poetry when not building packages with docker.

Motivation and Context

Resolves #417

Breaking Changes

N/A

How Has This Been Tested?

antonbabenko commented 1 year ago

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