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

Get product requirements on function construct #92

Closed
edwardfoyle opened this issue Jul 24, 2023 · 1 comment
Closed

Get product requirements on function construct #92

edwardfoyle opened this issue Jul 24, 2023 · 1 comment
Labels
feature-request New feature or request

Comments

@edwardfoyle
Copy link
Contributor

Several open questions from this thread regarding how we want to support building functions. We need to have a discussion with product around some long-term decisions like relying on Docker for builds, using CDK function build logic vs our own logic, async vs sync building, etc.

@josefaidt
Copy link
Contributor

I was poking through the PR and I really like the idea of providing an option to specify a build command, however I also enjoy CDK's builtin bundling with esbuild. In my experience it's been very easy to get up and running with Node Lambda's in CDK without tweaking bundling options.

relying on Docker for builds

Does this mean we would use Docker to build every time or only when developers specify they want to deploy a containerized Lambda?

vs our own logic,

Would our own logic include an esbuild-based solution? Or would this be something entirely different?

@edwardfoyle edwardfoyle added the feature-request New feature or request label Aug 1, 2023
@Amplifiyer Amplifiyer changed the title Get product input on function build experience Get product requirements on function construct Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants