Michael Hart
Michael Hart
The cmda stack could be reduced to a CDK construct to attach to an existing CDK stack
Currently we just read cached credentials, but we could do the whole flow
GCF is in alpha at the moment, and the API is still changing pretty rapidly (HTTP endpoints just changed signature completely). Will need a fair bit of research to see...
Currently secrets (such as the GitHub and Slack API keys) are stored as plaintext (along with the rest of the config) in DynamoDB. Only those with DynamoDB access can see...
Add support for multiple simultaneous sub-builds from a single push/PR, eg: - building against multiple Node.js/whatever versions at once - splitting up a build into multiple pieces (tests, linting, etc)...
There's a chance that LambCI could build its own pipeline implementation, but it should be very simple to add support, or even just documentation, for how to integrate with this:...
Now that SAM CLI is v1.0.0, AWS has published some official images, such as `amazon/aws-sam-cli-emulation-image-java11` These don't seem to be documented anywhere, but it's probably better in the long run...
- As per http://tools.ietf.org/html/rfc5849#section-3.5.1 - Some APIs require `realm` to be added to each call
```console $ cat tsconfig.json { "compilerOptions": { # ... "paths": { "lib/*": ["lib/*"] } }, } $ echo "import logger from 'lib/logger'" | esbuild --format=cjs # ... const logger =...
Hey there – I've been playing around with this a bit, and I'm seeing a bunch of slowness (from Melbourne, Australia) on the product pages on [demo.vercel.store](https://demo.vercel.store/) – especially when...