Skip to content

container.ts not published to NPM #3

@marcguilera

Description

@marcguilera

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions