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
267 stars 50 forks source link

Serverless deploy with Sequelize Typescript #112

Closed sandeepbrydot closed 5 years ago

sandeepbrydot commented 5 years ago

Hello,

I build my project using the same farmwork and implement sequelize typescript for the data operation.

It's working fine with serverless offline.

but not working after deploy.

Thanks,

balassy commented 5 years ago

Hello @sandeepbussspacetech , Could you please be more specific what "not working" exactly means? Is there any error message?

balassy commented 5 years ago

I close this because there is not enough information to reproduce the issue.