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

Added azure-nodejs-typescript template. #7252

Merged

Conversation

ncipollina
Copy link
Contributor

@ncipollina ncipollina commented Jan 23, 2020

What did you implement

I added a template for Azure Functions using NodeJS and Typescript. It is similar to the AWS lambda version that utilizes webpack for building and deploying the function to Azure.

Closes #7251

How can we verify it

npm run test

Todos

Useful Scripts
  • npm run test:ci --> Run all validation checks on proposed changes
  • npm run lint:updated --> Lint all the updated files
  • npm run lint:fix --> Automatically fix lint problems (if possible)
  • npm run prettier-check:updated --> Check if updated files adhere to Prettier config
  • npm run prettify:updated --> Prettify all the updated files
  • Write and run all tests
  • Write documentation
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES
Is it a breaking change?: NO

Copy link
Contributor

@medikoo medikoo 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 @ncipollina for initiative, We definitely miss that template.

Can you just ensure that no unrelated files are included with this PR, and that prosposed changes follow Prettier formatting (you may ensure that with npm run prettify:updated

@ncipollina ncipollina force-pushed the feature-azure-nodejs-typescript branch 2 times, most recently from 1c3c97c to 7da03af Compare January 24, 2020 13:40
@ncipollina ncipollina force-pushed the feature-azure-nodejs-typescript branch from 7da03af to 42611e6 Compare January 24, 2020 13:43
@codecov-io
Copy link

Codecov Report

Merging #7252 into master will decrease coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #7252      +/-   ##
=========================================
- Coverage   88.14%   88.1%   -0.05%     
=========================================
  Files         236     237       +1     
  Lines        8641    8649       +8     
=========================================
+ Hits         7617    7620       +3     
- Misses       1024    1029       +5
Impacted Files Coverage Δ
lib/plugins/create/create.js 91.11% <ø> (ø) ⬆️
...emplates/azure-nodejs-typescript/webpack.config.js 0% <0%> (ø)
...ib/plugins/aws/package/compile/events/sns/index.js 97.22% <0%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1793cf8...42611e6. Read the comment docs.

Copy link
Contributor

@medikoo medikoo 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 @ncipollina! Looks great

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.

Add Azure NodeJS Typescript Template
3 participants