Skip to content

Commit

Permalink
Merge branch 'mainline' into fix/commitgenerated-api
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrunk committed Jul 26, 2024
2 parents dcf45ce + 883e782 commit b220dbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export abstract class GeneratedPythonHandlersBaseProject extends PythonProject {
`cp -r ${this.moduleName} dist/lambda/${this.moduleName}`
);
this.packageTask.exec(
"poetry export --without-hashes --format=requirements.txt > dist/lambda/requirements.txt"
"poetry export --without-hashes --format=requirements.txt | sed -E 's/^-e[[:space:]]+//' > dist/lambda/requirements.txt"
);
// Select the platform based on the specified architecture, defaulting to x86_64
// See: https://docs.aws.amazon.com/lambda/latest/dg/python-package.html#python-package-native-libraries
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b220dbe

Please sign in to comment.