Agost Biro

Results 9 comments of Agost Biro

As a user, I'd love to see this! I find both the flag and the warning message printed without the flag confusing.

Please prioritise this! It's a hard blocker preventing the use of the project and in general sets a poor example.

I've built a Python library called ~[Dokklib-DB](https://dokklib.com/libs/db/)~ for the DynamoDB single table pattern. ~[Dokklib-DB](https://dokklib.com/libs/db/)~ takes a different philosophy from PynamoDB in that follows the DynamoDB API closely, so if you've...

What's the status on this? I'm running into this on the `focal` image.

I had the same problem as OP, but managed to work around it like this: ```typescript const lambda = new aws.lambda.CallbackFunction(name, { callback: handler, policies: [ aws.iam.ManagedPolicy.AWSLambdaBasicExecutionRole, aws.iam.ManagedPolicy.AWSLambdaVPCAccessExecutionRole, ], vpcConfig:...

Thank you so much for your detailed answer and great work on this package! Best, Agost

@sleeply7777 could you elaborate on the issue that you're facing? I'm not sure I understand your message

There is a lot of FUD in this thread, so I thought it would be helpful to provide a summary of the topic: 1. Protecting users from unauthorized access to...

I don't think it's user error. The readme says "[r]elative paths are rooted against the current working directory".