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

container.ts not published to NPM #3

Open
marcguilera opened this issue Sep 27, 2019 · 0 comments
Open

container.ts not published to NPM #3

marcguilera opened this issue Sep 27, 2019 · 0 comments

Comments

@marcguilera
Copy link

marcguilera commented Sep 27, 2019

I'm trying out the framework and stumbled on a problem. It seems like the version published to NPM doesn't contain the aws/container.ts file nor its exported.

image

The aws/index.d.ts looks like this:

import 'reflect-metadata';
export { LambdaAdapter, RemoteEvent, LambdaApiEvent, LambdaS3Event, LambdaDynamoEvent, LambdaEventRecord, LambdaS3Record, LambdaDynamoRecord, LambdaContext, LambdaCallback, LambdaHandler, } from './adapter';
export { LambdaError, } from './error';
export { LambdaProxy, } from './proxy';
export { S3ObjectCreated, SQSMessageReceived, DynamoDbInsert, DynamoDbModify, DynamoDbRemove, Schedule, } from './events';

I have tried a couple of versions and the issue seems to be consistent. I can get the file getting the dependency from GitHub in the meantime.

Thanks!

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

1 participant