balassy / aws-lambda-typescript

This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
MIT License
266 stars 50 forks source link

Use "npm ci" instead of "npm install" to speed up CI #76

Closed balassy closed 6 years ago

balassy commented 6 years ago

Read more: https://docs.npmjs.com/cli/ci

balassy commented 6 years ago

Resolved with PR #83 .