Skip to content

fix(aws-lambda-nodejs): pre compilation with tsc is not being run#18062

Merged
mergify[bot] merged 9 commits intoaws:masterfrom
hassanazharkhan:18002
Jan 28, 2022
Merged

fix(aws-lambda-nodejs): pre compilation with tsc is not being run#18062
mergify[bot] merged 9 commits intoaws:masterfrom
hassanazharkhan:18002

Conversation

@hassanazharkhan
Copy link
Copy Markdown
Contributor

Revamped the logic of running tsc, previously we were running tsc once for the whole project and due to this logic, tsc was not running as on the first run as createBundlingCommand first prepare command to execute on Docker and then for local bundling and on the first run we already updated the flag to not run tsc now.

Closes #18002


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
Copy Markdown

gitpod-io bot commented Dec 17, 2021

@modul
Copy link
Copy Markdown

modul commented Jan 11, 2022

Any updates on this?

@hassanazharkhan
Copy link
Copy Markdown
Contributor Author

Any updates on this?

I was really busy for quite some time and did not have a chance to work on this further, but I'll surely work on this over the coming weekend, Thanks for your patience!

@hassanazharkhan hassanazharkhan force-pushed the 18002 branch 2 times, most recently from 4324785 to e81c46f Compare January 16, 2022 14:06
@hassanazharkhan hassanazharkhan marked this pull request as ready for review January 16, 2022 15:48
@jogold
Copy link
Copy Markdown
Contributor

jogold commented Jan 28, 2022

@corymhall this is good to go!

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jan 28, 2022

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).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: baa1f07
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify mergify bot merged commit 7ac7221 into aws:master Jan 28, 2022
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jan 28, 2022

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).

TikiTDO pushed a commit to TikiTDO/aws-cdk that referenced this pull request Feb 21, 2022
…s#18062)

Revamped the logic of running `tsc`, previously we were running `tsc` once for the whole project and due to this logic, `tsc` was not running as on the first run as `createBundlingCommand` first prepare command to execute on Docker and then for local bundling and on the first run we already updated the flag to not run `tsc` now.

Closes [aws#18002](aws#18002)

----

*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.

(aws-lambda-nodejs): pre compilation with tsc is not being run

5 participants