CodeGenieApp / serverless-express

Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.
https://codegenie.codes
Apache License 2.0
5.18k stars 671 forks source link

Where did @types/aws-serverless-express go? #330

Closed abecks closed 3 years ago

abecks commented 3 years ago

It looks the types aren't included with @vendia/serverless-express by default, so I'm just wondering how I would go about installing the TypeScript types for this package now.

brettstack commented 3 years ago

This is likely due to the package being renamed to @vendia/serverless-express. Maybe @threesquared @jcaffey, @mattmeye, or @albertovasquez can help? They're listed in the credits for https://www.npmjs.com/package/@types/aws-serverless-express

brettstack commented 3 years ago

Added basic Typescript definitions in v4

schealex commented 3 years ago

there are still no types in this project right?! Where are we supposed to get those?