Skip to content

Commit

Permalink
Merge branch 'master' into support_poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored Sep 23, 2022
2 parents c719460 + 8f99aaa commit 64e76a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

### [4.0.2](https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v4.0.1...v4.0.2) (2022-09-17)


### Bug Fixes

* Override docker entrypoint when it exists ([#316](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/316)) ([3bb7623](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/3bb7623e74f7cc6f45519cf162ea252b7d69c7bc))

### [4.0.1](https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v4.0.0...v4.0.1) (2022-09-01)


Expand Down
2 changes: 2 additions & 0 deletions package.py
Original file line number Diff line number Diff line change
Expand Up @@ -1290,6 +1290,8 @@ def docker_run_command(build_root, command, runtime,
if not image:
image = 'public.ecr.aws/sam/build-{}'.format(runtime)

docker_cmd.extend(['--entrypoint', ''])

docker_cmd.append(image)

assert isinstance(command, list)
Expand Down

0 comments on commit 64e76a4

Please sign in to comment.