You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #671 - we need to ensure the Python version in the poetry env is the same as the one used as the lambda runtime.
It would be great to be able to configure this, eg specify Python 3.12 in the .projenrc and have the generated function constructs honour this version, as well as the poetry env.
The same should be true for Node (eg esbuild should target the node version used in the lambda runtime), and Java (eg the pom.xml language version should match the version used in the lambda runtime).
Use Case
Customise runtime versions
Proposed Solution
Possibly a configuration option in the .projenrc
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
PDK version used
0.22.43
What languages will this feature affect?
Typescript, Java, Python
Environment details (OS name and version, etc.)
OSX
The text was updated successfully, but these errors were encountered:
Users can now specify the runtime version for python, java and typescript (node) lambda handlers. As
well as the lambda runtime version, this configures settings for the project itself to target that
particular runtime, and is therefore configured in the projenrc.
Fixes#672
…ons (#688)
Users can now specify the runtime version for python, java and typescript (node) lambda handlers. As
well as the lambda runtime version, this configures settings for the project itself to target that
particular runtime, and is therefore configured in the projenrc.
Fixes#672
Describe the feature
Related to #671 - we need to ensure the Python version in the poetry env is the same as the one used as the lambda runtime.
It would be great to be able to configure this, eg specify Python 3.12 in the .projenrc and have the generated function constructs honour this version, as well as the poetry env.
The same should be true for Node (eg esbuild should target the node version used in the lambda runtime), and Java (eg the pom.xml language version should match the version used in the lambda runtime).
Use Case
Customise runtime versions
Proposed Solution
Possibly a configuration option in the .projenrc
Other Information
No response
Acknowledgements
PDK version used
0.22.43
What languages will this feature affect?
Typescript, Java, Python
Environment details (OS name and version, etc.)
OSX
The text was updated successfully, but these errors were encountered: