Paulo Cesar

Results 193 comments of Paulo Cesar

awesome, thanks, I'm already publishing stuff about punchcard even if it's considered unstable and testing it for an MVP like I said (I just can't make it public atm, but...

okay, I tried to do the following: ```ts import getResource from './mycode' /*...*/ const api = stack.map((s) => { const certificate = Certificate.fromCertificateArn( s, 'certificate', certificateArn ) return new p.ApiGateway.Api(stack,...

not related directly to the issue, but I ran across a documentation website generator, https://github.com/facebook/docusaurus might help with documenting this gem of a framework Related: https://blog.axlight.com/posts/react-tracked-documentation-website-with-docusaurus-v2/ https://github.com/TypeStrong/typedoc

the SAM CLI looks a good starting point! I'll take a look, as I was thinking more of calling the handler from the command line or even from an adjacent...

no worries! we are in for the ride, it's expectedly highly iterative 👍 the issue was mainly because of that internal webpack error (#57), it wasn't a problem with the...

IMHO, that's abusing the language features 😆 https://github.com/tj/callsite/blob/4882cd047cbc234df1d07cfe26f618ecb1a45e5e/index.js#L2-L10

yeah, rewriting the global error class static method then rewriting it back, reminds me of DOJO/mootools era, long time ago 😄

yeah, I was going to take a wild shot there, and realized that the string templates are created on-the-fly. CDK itself should provide a better way to create those velocity...

yeah, since CDK is choosing the path to not use carrets in version fields, that should be safer... wish they were using semver strictly and minor and patches didn't mean...

@sam-goodwin maybe a @dependabot would make it easier to test it before hand as a PR, without you having to be "on alert" for new versions another way is to...