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(lambda-nodejs): Expose optional props for advanced usage of esbuild #12123

Merged

Conversation

hassanazharkhan
Copy link
Contributor

  1. Normally the build API automatically discovers tsconfig.json files and reads their contents during a build. However, we can also configure a custom tsconfig.json file to use instead for advanced use cases.

  2. Added option to generate meta-file.

  3. Added option to add comments in the bundled files

Closes 12122


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Dec 17, 2020

eladb
eladb previously requested changes Dec 17, 2020
Copy link
Contributor

@eladb eladb left a comment

Choose a reason for hiding this comment

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

@jogold can you take a look?

packages/@aws-cdk/aws-lambda-nodejs/lib/types.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-lambda-nodejs/lib/bundling.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-lambda-nodejs/lib/types.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-lambda-nodejs/lib/types.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-lambda-nodejs/lib/types.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-lambda-nodejs/test/bundling.test.ts Outdated Show resolved Hide resolved
@hassanazharkhan hassanazharkhan force-pushed the hassanazharkhan/expose_esbuild_option branch from e2d3f97 to e4233cd Compare December 17, 2020 15:14
@mergify mergify bot dismissed eladb’s stale review December 17, 2020 15:15

Pull request has been modified.

@hassanazharkhan hassanazharkhan force-pushed the hassanazharkhan/expose_esbuild_option branch from b66b8d1 to 8a74e36 Compare December 17, 2020 20:23
@hassanazharkhan hassanazharkhan force-pushed the hassanazharkhan/expose_esbuild_option branch from 8a74e36 to 4c5623e Compare December 17, 2020 20:25
Copy link
Contributor

@jogold jogold left a comment

Choose a reason for hiding this comment

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

Thank you @hassanazharkhan!

@eladb LGTM

@jogold
Copy link
Contributor

jogold commented Dec 17, 2020

@hassanazharkhan can you merge from master (update your branch)? then the build will pass.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: f2632a0
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Dec 21, 2020

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit ecc98ac into aws:master Dec 21, 2020
@hassanazharkhan hassanazharkhan deleted the hassanazharkhan/expose_esbuild_option branch December 24, 2020 23:19
flochaz pushed a commit to flochaz/aws-cdk that referenced this pull request Jan 5, 2021
…ild (aws#12123)

1. Normally the build API automatically discovers tsconfig.json files and reads their contents during a build. However, we can also configure a custom tsconfig.json file to use instead for advanced use cases.
 
2. Added option to generate meta-file.

3. Added option to add comments in the bundled files 

Closes [12122](aws#12122)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(lambda-nodejs): Expose optional props for advanced usage of esbuild
4 participants