automartin5000

Results 29 comments of automartin5000

@astuyve @rochdev I just deployed a version of our code with the new Lambda layer and our traces for AWS SDK calls are still showing `http.request` instead of `dynamodb.command` or...

> > @astuyve @rochdev I just deployed a version of our code with the new Lambda layer and our traces for AWS SDK calls are still showing `http.request` instead of...

> You can always manipulate files using the low level API: > > > > https://projen.io/escape-hatches.html#object-file-patches Yup it's not a problem. I was just reporting.

I get the challenge. Just throwing this out there for the future: maybe there could be a param for allowing deps to be managed in an external JSON file (seems...

> I was able to accomplish this using a lambda function in the same stack + EventBridge event rule: > > > > ```typescript > > export interface StackPolicyProps {...

Now that Chalice integrates with the AWS CDK, seems like there could be a useful code example here if someone wants to make one (and maybe this should be closed?)

@mrgrain I'm not sure if this is what you're referring to with the `projenrc` comment, but wouldn't a simple workaround here be to create an option like: `usePythonDepType` or something...

So, another thing that's happening, is that the scope package name (`@`) is being added to the `projenrc.py` file as an import, which is, of course, invalid. So just to...

Sorry, looks like this is supported, just not documented? https://github.com/alma-cdk/openapix/blob/347ff3ae8f3b81645a923d2fcb4e2a72d682fe9a/src/x-amazon-apigateway/auth.ts

> Thanks for the question. Unfortunately I'm not sure I am familiar your scenario. Could you provide me with a more concrete example? Specific example. I have a custom Python...