Improve Python code reusability in Lambda functions #25251
Unanswered
mattiamatrix
asked this question in
Q&A
Replies: 2 comments
-
Could you please elaborate on what you mean by "code reusability" in this situation? What challenges have you faced so far? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been working with Python and TypeScript Lambda functions for quite a while not. The "developer experience" towards code reusability of the TypeScript Lambda functions is so much higher that it's almost incomparable with Python functions.
You will tell me that I am doing Python functions incorrectly, and it is highly possible.
But if you agree, what is
aws-cdk
doing to improve the current status? (Layers cannot be the only solution)Beta Was this translation helpful? Give feedback.
All reactions