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

Warning when using with AWS Lambda and Parcel #55

Open
gcaggia opened this issue Mar 9, 2021 · 1 comment
Open

Warning when using with AWS Lambda and Parcel #55

gcaggia opened this issue Mar 9, 2021 · 1 comment

Comments

@gcaggia
Copy link

gcaggia commented Mar 9, 2021

I have this message when using the library with a Lambda function written in Typescript (and transpile with Parcel)

asset-input/src/lambda-handlers/.../handler.ts:1:9: warning: Import "keys" will always be undefined 
because the file "asset-input/node_modules/ts-transformer-keys/index.js" has no exports
    1 │ import { keys } from 'ts-transformer-keys';
      ╵          ~~~~

1 warning

I think it is related to the fact that index.js in empty.

Any thought?

@kimamula
Copy link
Owner

Could you provide a reproduction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants