We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3854666 commit 96b05e1Copy full SHA for 96b05e1
src/e3/aws/troposphere/awslambda/flask.py
@@ -35,7 +35,7 @@ def hello_world():
35
from troposphere import GetAtt
36
from troposphere.awslambda import LoggingConfig
37
from e3.aws.troposphere.iam.role import Role
38
-from e3.fs import cp, sync_tree
+from e3.fs import cp
39
from . import PyFunction
40
41
@@ -124,7 +124,6 @@ def populate_package_dir(self, package_dir: str) -> None:
124
"flask_apigateway_wrapper.py",
125
)
126
cp(wrapper_file, package_dir)
127
- sync_tree(package_dir, "/tmp/nico/package")
128
129
130
class Py38FlaskFunction(PyFlaskFunction):
0 commit comments