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: add LLRT binary type property #9

Merged
merged 3 commits into from
Sep 19, 2024
Merged

feat: add LLRT binary type property #9

merged 3 commits into from
Sep 19, 2024

Conversation

tmokmss
Copy link
Owner

@tmokmss tmokmss commented Sep 19, 2024

Fixes #8

We can now set LLRT binary type as the following:

const handler = new LlrtFunction(this, 'Handler', {
    entry: 'lambda/index.ts',
    llrtBinaryType: LlrtBinaryType.FULL_SDK,
});

I chose the word BinaryType because bundleType can be confusing with esbuild bundling options.

We now use the latest integ-runner because the old one uses Lambda node14 runtime and it cannot be deloyed with assertions.

@tmokmss tmokmss merged commit c246e69 into main Sep 19, 2024
3 of 4 checks passed
@tmokmss tmokmss deleted the add_binary_type_prop branch September 19, 2024 04:58
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.

Add bundle type options
1 participant