Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(type-safe-api): support configuring lambda handler runtime versions #688

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

cogwirrel
Copy link
Member

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

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
Copy link
Contributor

@JeremyJonas JeremyJonas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful 🥇

@cogwirrel cogwirrel merged commit ff156db into mainline Jan 23, 2024
3 checks passed
@cogwirrel cogwirrel deleted the feat/runtime-versions branch January 23, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] (type-safe-api) Ability to configure runtime/language versions in one place
2 participants